[Python] Jupyter Notebook에서 많이 쓰이는 단축키 및 유용한 명령어들 Common keyboard shortcuts and useful commands in Jupyter Notebook


단축키 Shortcuts

단축키( Shortcuts ) 설명( Description )
Esc 모드를 명령모드로 변경( Change mode to command mode )
Enter 모드를 편집 모드로 변경( Change mode to edit mode )
m 마크다운으로 변경( Change to markdown )
y 코드로 변경( Change to code )
Shift + Enter 실행하고 다음 셀로 이동( Execute and go to next cell )
Ctrl + Enter 실행하고 같은 셀에 있어야 함( Execute and be in the same cell )
a 셀 위에 셀을 만듦( Create cell in above to the cell )
b 셀 아래에 셀 생성( Create cell in below to the cell )
x 몇 번이든 붙여넣을 수 있는 셀을 잘라냄( Cut the cell that can be paste anywhere any number of times )
c 아무데나 여러 번 붙여넣을 수 있는 셀을 복사( Copy the cell that can be paste anywhere and any number of times )
v 셀 붙여넣기( Pate the cell )

유용한 명령어 Useful Commands

현재 실행 중인 노트북 서버에서 노트북을 여는 명령어
Command to open a notebook on the currently running notebook server

jupyter notebook ipynb_file_name.ipynb

포트 수동으로 지정
Manually specify a port

jupyter notebook --port 8888

웹 브라우저를 열지 않고 노트북 서버를 시작하는 명령어
Command to start the notebook server without opening a web browser

jupyter notebook --no-browser

도움말 메세지 제공
Provide help message

jupyter notebook --help  

The End

댓글 쓰기

0 댓글