Jupyter notebook使用笔记

常用快捷键

For a Cell,   Blue -> selecting. Green -> editing. Esc -> exist edit

When the cell is blue, no need to press Esc 

Run

  • shift + enter: run current cell, and goes to next cell
  • ctrl + enter: run current cell
  • alt + enter: run current cell, and insert new cell below

Markdown((Esc)+?)

  • m: turns to markdown
  • r: turns to raw
  • 1~6: title size

markdown中换行,加<br>

Operation((Esc)+?)

  • d+d: delete current cell
  • x: cut
  • c: copy
  • shit+space: scroll up
  • space: scroll down
  • a: insert cell above
  • b: insert cell below
  • i+i: break down
  • o,o: restart

 

posted @ 2018-02-21 17:10  Zz_moi  阅读(141)  评论(0编辑  收藏  举报