jupyter notebook实现代码自动补全
Posted loubin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter notebook实现代码自动补全相关的知识,希望对你有一定的参考价值。
第一步!启动需要补全的虚拟环境
conda activate pytorch
第二步!安装这玩意儿
pip install jupyter_contrib_nbextensions
第三步!
jupyter contrib nbextension install --user
第四步!安装这玩意儿
pip install jupyter_nbextensions_configurator
第五步!
jupyter nbextensions_configurator enable --user
接下来在输入jupyter notebook打开,菜单栏中出现了nbextensions,打开,然后勾选Hinterland就ok了哦
嘤嘤嘤
以上是关于jupyter notebook实现代码自动补全的主要内容,如果未能解决你的问题,请参考以下文章
anaconda中jupyter notebook安装代码自动补全插件,报错“Exception: Jupyter command `jupyter-contrib` not found.”(示例代码