其他分享
首页 > 其他分享> > Jupyter notebook 使用

Jupyter notebook 使用

作者:互联网

 

1. 安装代码自动补全

需安装 nbextensions 插件,网站:https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

conda install -c conda-forge jupyter_contrib_nbextensions

 

2. 快捷键

Shift-Enter 运行本单元,选中下个单元
Ctrl-Enter 运行本单元
Alt-Enter 运行本单元,在其下插入新单元
Y 单元转入代码状态
M 单元转入markdown状态
R 单元转入raw状态
Ctrl / 注释

 

标签:Jupyter,使用,notebook,conda,Enter,contrib,nbextensions,单元
来源: https://www.cnblogs.com/dinghongkai/p/11368383.html