其他分享
首页 > 其他分享> > *解决Jupyter Notebook无智能提示

*解决Jupyter Notebook无智能提示

作者:互联网

解决Jupyter Notebook无智能提示

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


1、打开Anaconda Prompt

image


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 标签

image


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

image


4.完成

image

标签:Jupyter,智能,Notebook,install,contrib,jupyter,nbextensions
来源: https://www.cnblogs.com/Siri-99/p/15781156.html