当前位置:网站首页>Jupyter Notebook常用快捷键(在命令模式中按H也可查看)
Jupyter Notebook常用快捷键(在命令模式中按H也可查看)
2022-07-02 06:28:00 【Villanelle#】
命令模式 (按键 Esc 开启)
- Enter : 转入编辑模式
- Shift-Enter : 运行本单元,选中下个单元
- Ctrl-Enter : 运行本单元
- Alt-Enter : 运行本单元,在其下插入新单元
- Y : 单元转入代码状态
- M :单元转入markdown状态
- 1 : 设定 1 级标题(自动转为markdown状态)
- 2 : 设定 2 级标题(自动转为markdown状态)
- 3 : 设定 3 级标题(自动转为markdown状态)
- Up/K : 选中上方单元
- Down/J : 选中下方单元
- Shift-Up/K : 扩大选中上方单元
- Shift-Down/J : 扩大选中下方单元
- Shift-M : 合并选中的单元
- A : 在上方插入新单元
- B : 在下方插入新单元
- F : 查找替换
- X : 剪切选中的单元
- C : 复制选中的单元
- Shift-V : 粘贴到上方单元
- V : 粘贴到下方单元
- Z : 恢复删除的最后一个单元
- D,D : 删除选中的单元
- S : 文件存盘
- L : 转换行号
- H : 显示快捷键帮助
- Shift-Space : 向上滚动
- Space : 向下滚动
编辑模式(按键Enter开启)
- Esc : 进入命令模式
- Shift-Enter : 运行本单元,选中下一单元
- Ctrl-Enter : 运行本单元
- Alt-Enter : 运行本单元,在其下插入新单元
- Tab : 代码补全或缩进
- Ctrl-A : 全选
- Ctrl-Z : 复原
- Ctrl-Shift-Z : 再做
- Ctrl-Y : 再做
- Ctrl-Left : 跳到左边一个字首
- Ctrl-Right : 跳到右边一个字首
- Ctrl-Backspace : 删除前面一个字
- Ctrl-S : 文件存盘
- Up : 光标上移或转入上一单元
- Down :光标下移或转入下一单元
边栏推荐
- Business architecture diagram
- C语言实现XML生成解析库(XML扩展)
- 【Random Erasing】《Random Erasing Data Augmentation》
- Replace self attention with MLP
- E-R draw clear content
- Sequence problem for tqdm and print
- 我的vim配置文件
- It's great to save 10000 pictures of girls
- SQLyog远程连接centos7系统下的MySQL数据库
- Nacos service registration in the interface
猜你喜欢
Replace convolution with full connection layer -- repmlp
Dynamic extensible representation for category incremental learning -- der
jetson nano安装tensorflow踩坑记录(scipy1.4.1)
How to wrap qstring strings
Replace self attention with MLP
应对长尾分布的目标检测 -- Balanced Group Softmax
How to turn on night mode on laptop
Open3d learning notes 1 [first glimpse, file reading]
Using transformer for object detection and semantic segmentation
What if the laptop can't search the wireless network signal
随机推荐
What if a new window always pops up when opening a folder on a laptop
浅谈深度学习模型中的后门
将恶意软件嵌入到神经网络中
[binocular vision] binocular stereo matching
【MagNet】《Progressive Semantic Segmentation》
jetson nano安装tensorflow踩坑记录(scipy1.4.1)
【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
Open3d learning note 4 [surface reconstruction]
CVPR19-Deep Stacked Hierarchical Multi-patch Network for Image Deblurring论文复现
Using transformer for object detection and semantic segmentation
C语言实现XML生成解析库(XML扩展)
Timeout docking video generation
最长等比子序列
针对语义分割的真实世界的对抗样本攻击
w10升级至W11系统,黑屏但鼠标与桌面快捷方式能用,如何解决
Backup, recovery and repair of XFS file system
多站点高可用部署
【学习笔记】Matlab自编图像卷积函数
Sequence problem for tqdm and print
【Wing Loss】《Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks》