当前位置:网站首页>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 :光标下移或转入下一单元
边栏推荐
- [Sparse to Dense] Sparse to Dense: Depth Prediction from Sparse Depth samples and a Single Image
- Simply test the two different data transmission methods of content length and chunked
- 联邦学习下的数据逆向攻击 -- GradInversion
- How to back up the configuration before the idea when reinstalling the idea
- 浅谈深度学习中的对抗样本及其生成方法
- 解决jetson nano安装onnx错误(ERROR: Failed building wheel for onnx)总结
- install.img制作方式
- 【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
- Prompt 范式简述
- 针对tqdm和print的顺序问题
猜你喜欢
【MnasNet】《MnasNet:Platform-Aware Neural Architecture Search for Mobile》
Network metering - transport layer
【MobileNet V3】《Searching for MobileNetV3》
w10升级至W11系统,黑屏但鼠标与桌面快捷方式能用,如何解决
将恶意软件嵌入到神经网络中
Using super ball embedding to enhance confrontation training
浅谈深度学习中的对抗样本及其生成方法
图像增强的几个方法以及Matlab代码
open3d学习笔记五【RGBD融合】
用MLP代替掉Self-Attention
随机推荐
[binocular vision] binocular correction
【MobileNet V3】《Searching for MobileNetV3》
[C # note] the data in DataGridView saved in WinForm is excel and CSV
Sequence problem for tqdm and print
Replace convolution with full connection layer -- repmlp
Target detection for long tail distribution -- balanced group softmax
【Sparse-to-Dense】《Sparse-to-Dense:Depth Prediction from Sparse Depth Samples and a Single Image》
Open3d learning note 4 [surface reconstruction]
【Batch】learning notes
Comparison between setTimeout and requestanimationframe (page refresh)
Handwritten call, apply, bind
What if a new window always pops up when opening a folder on a laptop
【DIoU】《Distance-IoU Loss:Faster and Better Learning for Bounding Box Regression》
SQL server如何卸载干净
Hystrix dashboard cannot find hystrix Stream solution
Meta learning Brief
【双目视觉】双目矫正
E-R draw clear content
Remplacer l'auto - attention par MLP
用MLP代替掉Self-Attention