目录

JUPYTER NOTEBOOK SHORTCUTS

Jupyter Notebook Shortcuts

Command model

KeyFunction作用
Entertake you into edit mode转入编辑模式
Shift-Enterrun the current cell, select below运行本单元,选中下个单元
Ctrl-Enterrun selected cells运行本单元
Alt-Enterrun the current cell, insert below运行本单元,在其下插入新单元
Ychange the cell type to Code单元转入代码状态
Mchange the cell type to Markdown单元转入 markdown 状态
Rchange the cell type to Raw单元转入 raw 状态
1set level 1 title设定 1 级标题-仅在 markdown 状态下
2set level 2 title设定 2 级标题
3set level 3 title设定 3 级标题
4set level 4 title设定 4 级标题
5set level 5 title设定 5 级标题
6set level 6 title设定 6 级标题
Upselect cell above选中上方单元
Kselect cell above选中上方单元
Downselect cell below选中下方单元
Jselect cell above选中下方单元
Shift-KMove selected cells up连续选择上方单元
Shift-JMove selected cells down连续选择下方单元
Ainsert cell above在上方插入新单元
Binsert cell below在下方插入新单元
Xcut selected cells剪切选中的单元
Ccopy selected cells复制选中的单元
Shift-Vpaste cells above粘贴到上方单元
Vpaste cells below粘贴到下方单元
Zundo cell deletion恢复删除的最后一个单元
D,Ddelete selected cells删除选中的单元
Shift-Mmerge cell below合并选中的单元
Ctrl-Ssave and checkpoint保存当前 NoteBook
SSave and Checkpoint保存当前 NoteBook
Ltoggle line numbers开关行号
Otoggle output转换输出
Shift-Otoggle output scrolling转换输出滚动
Escclose pager关闭页面
Qclose pager关闭页面
Hshow all shortcuts显示快捷键帮助
Shift-Spacescroll notebook up向上滚动
Spacescroll notebook down向下滚动

Edit Mode

KeyFunction作用
Tabcode completion or indent代码补全或缩进
Shift-Tabtooltip提示
Ctrl-]indent缩进
Ctrl-[dedent解除缩进
Ctrl-Aselect all全选
Ctrl-Zundo撤销
Ctrl-Shift-Zredo重做
Ctrl-Yredo重做
Ctrl-Homego to cell start跳到单元开头
Ctrl-Upgo to cell start跳到单元开头
Ctrl-Endgo to cell end跳到单元末尾
Ctrl-Downgo to cell end跳到单元末尾
Ctrl-Leftgo one word left跳到左边一个字首
Ctrl-Rightgo one word right跳到右边一个字首
Ctrl-Backspacedelete word before删除前面一个字
Ctrl-Deletedelete word after删除后面一个字
Esccommand mode切换到命令模式
Ctrl-Mcommand mode切换到命令模式
Shift-Enterrun cell, select below运行本单元,选中下一单元
Ctrl-Enterrun cell运行本单元
Alt-Enterrun cell, insert below运行本单元,在下面插入一单元
Ctrl-Shift- -split cell分割单元
Ctrl-Shift-Subtractsplit cell分割单元
Ctrl-SSave and Checkpoint保存当前 NoteBook
Upmove cursor up or previous cell光标上移或转入上一单元
Downmove cursor down or next cell光标下移或转入下一单元
Ctrl-/toggle comment on current or selected lines注释整行/撤销注释

Written with StackEdit.


- 完 -

相关文章

「 感谢支持 」