Jupyter Notebook 6/7 设置代码补全

设置的方法根据 Notebook 的版本而定,可以通过以下命令查看版本

jupyter notebook --version

Notebook 7

在主界面打开 Settings (注意不是在 *.ipynb 中的)

打开以下开关即可

Notebook 6

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user

猜你喜欢

转载自blog.csdn.net/qq_55745968/article/details/145530166