Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- swift
- pandas
- 다이어트
- PER
- ubuntu
- node.js
- MySQL
- PyQt
- 리눅스
- 날짜
- Excel
- MS-SQL
- 맛집
- Linux
- mssql
- flutter
- ASP
- Unity
- 유니티
- tensorflow
- python
- urllib
- port
- IOS
- PyQt5
- sqlite
- 함수
- 라즈베리파이
- GIT
- javascript
Archives
아미(아름다운미소)
주피터 노트북(jupyter notebook) 단축키 본문
주피터 노트북(jupyter notebook)
단축키명령모드와 편집모드, 중요 키보드 단축키, 팁
주피터 노트북은 아무 때나 Esc 키를 누르면 명령모드(command mode)로 들어가고 Enter 키나 셀을 클릭하면 편집모드(Edit mode)로 들어가게 됩니다.
자주 사용하는 키보드 단축키는 다음과 같습니다.
- 공통
- Shift + Enter : run cell, select below
- Ctrl + Enter : run selected cells
- Esc : Enter command mode
- Enter : Enter edit mode
- ⌘ + Shift + P : Show command palette
- 명령모드 (grey cell border with a blue left margin)
- Y / M : Change cell type to code / markdown
- Shift + ↑/↓ : Extend cell selections
- Shift + M : Merge selected cells, or merge the current cell with the one below
- D,D : delete selected cells
- C / X / V : copy / cut / paste below
- A / B : add cell above / below
- 편집모드 (green cell border)
- Tab : Code completion
- Shift + Tab : Python tooltip
- Shift + Tab (twice) : Detailed Python tooltip
'랭귀지 > python' 카테고리의 다른 글
python pyqt5 QLineEdit 위젯 (0) | 2019.01.29 |
---|---|
Python Jupyter Notebook 설치하기 (0) | 2019.01.28 |
python 파이썬 인터넷 - 네트워크 연결 확인 (2) | 2019.01.26 |
Python 문자열 자르기 및 합치기, Split(), join() (0) | 2019.01.25 |
python pandas 데이터를 excel 파일생성시 한글깨짐문제 해결 (0) | 2019.01.14 |
Comments