*解决Jupyter Notebook无智能提示

解决Jupyter Notebook无智能提示

看到视频里up主的Jupyter有智能提示,我的没有,所以特地去搞了一下


1、打开Anaconda Prompt

*解决Jupyter Notebook无智能提示


2.在弹出命令框依次输入以下4个命令

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

pip install jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user


3.重启Jupyter Notebook,打开Nbextensions 标签

*解决Jupyter Notebook无智能提示


先把√去掉,再把下面的Hinterland打上√

*解决Jupyter Notebook无智能提示


4.完成

*解决Jupyter Notebook无智能提示

上一篇:阿雪的学习记录|python图像拼接(spyder)以及module ‘cv2.cv2‘ has no attribute ‘xfeatures2d‘问题解决


下一篇:如何在jupyter中添加代码补全功能