博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Jupyter Notebook快捷键
阅读量:6493 次
发布时间:2019-06-24

本文共 1932 字,大约阅读时间需要 6 分钟。

The following are the keyboard shortcuts for an . Learning to use these will help speed up your interactive shell development.

Command Mode (press Esc to enable)

  • Enter : enter edit mode
  • Shift-Enter : run cell, select below
  • Ctrl-Enter : run cell
  • Alt-Enter : run cell, insert below
  • Y : to code
  • M : to markdown
  • R : to raw
  • 1 : to heading 1
  • 2 : to heading 2
  • 3 : to heading 3
  • 4 : to heading 4
  • 5 : to heading 5
  • 6 : to heading 6
  • Up : select cell above
  • K : select cell above
  • Down : select cell below
  • J : select cell below
  • A : insert cell above
  • B : insert cell below
  • X : cut selected cell
  • C : copy selected cell
  • Shift-V : paste cell above
  • V : paste cell below
  • Z : undo last cell deletion
  • D,D : delete selected cell
  • Shift-M : merge cell below
  • S : Save and Checkpoint
  • Ctrl-S : Save and Checkpoint
  • L : toggle line numbers
  • O : toggle output
  • Shift-O : toggle output scrolling
  • Esc : close pager
  • Q : close pager
  • H : show keyboard shortcut help dialog
  • I,I : interrupt kernel
  • 0,0 : restart kernel
  • Space : scroll down
  • Shift-Space : scroll up
  • Shift : ignore

Edit Mode (press Enter to enable)

  • Tab : code completion or indent
  • Shift-Tab : tooltip
  • Ctrl-] : indent
  • Ctrl-[ : dedent
  • Ctrl-A : select all
  • Ctrl-Z : undo
  • Ctrl-Shift-Z : redo
  • Ctrl-Y : redo
  • Ctrl-Home : go to cell start
  • Ctrl-Up : go to cell start
  • Ctrl-End : go to cell end
  • Ctrl-Down : go to cell end
  • Ctrl-Left : go one word left
  • Ctrl-Right : go one word right
  • Ctrl-Backspace : delete word before
  • Ctrl-Delete : delete word after
  • Esc : command mode
  • Ctrl-M : command mode
  • Shift-Enter : run cell, select below
  • Ctrl-Enter : run cell
  • Alt-Enter : run cell, insert below
  • Ctrl-Shift-Subtract : split cell
  • Ctrl-Shift-- : split cell
  • Ctrl-S : Save and Checkpoint
  • Up : move cursor up or previous cell
  • Down : move cursor down or next cell
  • Shift : ignore

Current and updated keyboard shortcuts can be found in the Help menu in the IPython Notebook web interface. Additionally,  in the documentation might be helpful.

转载地址:http://erkyo.baihongyu.com/

你可能感兴趣的文章
Gradle之旅-can not find tools.jar问题解决
查看>>
JavaScript_navigator
查看>>
apache配置文件详解
查看>>
linux下echo的使用总结
查看>>
EDM营销学堂:高效提升营销邮件点击率的技巧
查看>>
ORACLE 11G静默安装配置分解
查看>>
为什么大家不相信国产虚拟化技术?
查看>>
华为首提“业务驱动基础架构”(SDI)
查看>>
Word2010使用技巧之一:熟悉功能区
查看>>
Citrix XenDektop 7 实施十 创建License Server
查看>>
RookeyFrame 通用页面 加载数据 原理
查看>>
hbuilder APP服务器端(C#)推送
查看>>
统计c盘的PE文件的个数 (遍历所有文件)
查看>>
大白话Vue源码系列目录
查看>>
EffectKeyMap系列1(Ubuntu)
查看>>
iOS手势
查看>>
Webpack源码基础-Tapable从使用Hook到源码解析
查看>>
【转载】NBU异机恢复oracle
查看>>
魅族mx5详细打开usb调试模式的步骤
查看>>
php里关于文件下载的方法(两种)
查看>>