JupyterNotebook快捷键 自用

COMMAND MODE


Up Down cells的上下选择

A B 在上/下方插入cell

C V X 复制/粘贴/剪切cell

双击D 删除所选cell

Z 恢复被删除的cell

双击I Interrupt中断内核

Shift + Enter 运行cell并选择下方

EDIT MODE


Ctrl + / 注释,取消注释

Shift + Tab tips提示

Ctrl-Backspace : delete word before

Ctrl-Delete : delete word after

Ctrl-Left : go one word left

把code换成markdown就可以删除输出了

Y : change cell to code

M : change cell to markdown

Shift-Tab : tooltip

Ctrl + [ 或者 ] 可以tab和shift tab

C +S + - 从光标处分成两个cell


nbextension的快捷键

c+l 美化cell代码

c+s+l 美化整个book的代码


nbextension遇到的问题

code prettify 需要yapf,在base环境下下载了,但是用别的核就用不了,所以还得再下一次

相关推荐
a computer's friend4 天前
服务器jupyter lab 设置:密码+远程访问
python·jupyter
小陈phd4 天前
基于Pytorch实现图像分类——基于jupyter
pytorch·jupyter·分类
BlackPercy5 天前
【jupyter】文件路径的更改
ide·python·jupyter
赵孝正6 天前
如何在jupyter notebook切换python环境
ide·python·jupyter
vvw&7 天前
如何在 Ubuntu 上安装 Jupyter Notebook
linux·人工智能·python·opencv·ubuntu·机器学习·jupyter
Chatopera 研发团队8 天前
机器学习 - 为 Jupyter Notebook 安装新的 Kernel
人工智能·机器学习·jupyter
孤客网络科技工作室8 天前
在 Jupyter Notebook 中使用 Matplotlib 进行交互式可视化的教程
ide·jupyter·matplotlib
好难怎么办10 天前
动手学深度学习-使用d2l导致jupyter内核挂掉
人工智能·深度学习·jupyter
陈晨辰熟稳重10 天前
20241112-Pycharm使用托管的Anaconda的Jupyter Notebook
python·jupyter·pycharm
Byyyi耀10 天前
Jupyter notebook如何加载torch环境
ide·python·jupyter