jupter怎么设置代码自动补全
- 1.使用pip安装jupyter拓展包,本人选择在cmd中安装
- 2.配置 nbextension,前提是先关闭jupyter notebook
- 3.在Jupyter Notebook里开启功能
- 4.然后打开hinterland功能
- 5.最后就可以使用代码补全了
1.使用pip安装jupyter拓展包,本人选择在cmd中安装
pip install jupyter_contrib_nbextensions
2.配置 nbextension,前提是先关闭jupyter notebook
jupyter contrib nbextension install --user --skip-running-check