jupyter 的代码自动补全

jupter怎么设置代码自动补全

1.使用pip安装jupyter拓展包,本人选择在cmd中安装

pip install jupyter_contrib_nbextensions

2.配置 nbextension,前提是先关闭jupyter notebook

jupyter contrib nbextension install --user --skip-running-check

3.在Jupyter Notebook里开启功能

jupyter 的代码自动补全

4.然后打开hinterland功能

jupyter 的代码自动补全

5.最后就可以使用代码补全了

jupyter 的代码自动补全

上一篇:git flow


下一篇:Git操作