Jupyter 常用快捷键
Posted hosealyu1996
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jupyter 常用快捷键相关的知识,希望对你有一定的参考价值。
Command Mode
Y : change cell to code
M : change cell to markdown
R : change cell to raw
K : select cell above
J : select cell below
X : cut selected cells
C : copy selected cells
Shift-V : paste cells above
V : paste cells below
D , D : delete selected cells
Z : undo cell deletion
Ctrl-Enter : run selected cells
Shift-Enter : run cells, select below
Alt-Enter : run cell and insert below
Edit Mode
Ctrl-Z : undo
Ctrl-/ : comment
Ctrl-Enter : run selected cells
Shift-Enter : run cells, select below
Alt-Enter : run cell and insert below
以上是关于Jupyter 常用快捷键的主要内容,如果未能解决你的问题,请参考以下文章