Jupyter notebook 단축키


* 단축키 보는 방법: ESC를 눌러 edit mode 비활성화 -> H




* Command & Edit mode


- Shift + Enter: 코드 실행




* Command mode


- A: 위에 새 Cell 만들기

- B: 아래에 새 Cell 만들기

- X: 해당 Cell 삭제

- Z: 바로 전 삭제 Cell 복원

- Y: coding type 페이지

- M: markdown type 페이지




* Edit mode

- Ctrl + Z : undo

# 마인크래프트로 배우는 파이썬 프로그래밍 


# 코드, 리소스 링크

 

https://www.nostarch.com/programwithminecraft

 

https://github.com/Jpub/ProgramWithinecraft

'파이썬' 카테고리의 다른 글

_yield_len_iter  (0) 2017.08.29
slice and sorting  (0) 2017.08.29
list comprehension  (0) 2017.08.28
Pickle  (0) 2017.08.28
Dictionary  (0) 2017.08.28

+ Recent posts