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了哦

嘤嘤嘤

猜你喜欢

转载自www.cnblogs.com/loubin/p/12743623.html