Jupyter notebook 使用
Posted dinghongkai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
2. 快捷键
Shift-Enter | 运行本单元,选中下个单元 |
Ctrl-Enter | 运行本单元 |
Alt-Enter | 运行本单元,在其下插入新单元 |
Y | 单元转入代码状态 |
M | 单元转入markdown状态 |
R | 单元转入raw状态 |
Ctrl / | 注释 |
以上是关于Jupyter notebook 使用的主要内容,如果未能解决你的问题,请参考以下文章