Jupyter notebook 使用

 

1. 安装代码自动补全

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

  • 使用 conda 安装
conda install -c conda-forge jupyter_contrib_nbextensions
  • 打开 Jupyter,选择 Nbextensions 页面,勾选 Hinterland

Jupyter notebook 使用

 

2. 快捷键

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

 

上一篇:C#/.net 中导入 using MySql.Data.MySqlClient; 无法使用


下一篇:Ubuntu 远程 Jupyter 配置