jupyter 代码自动补全设置

首先打开anaconda prompt

激活想要用的jupyter环境
如激活我的pytorch
在终端中输入

conda activate pytorch

等前面有pytorch即可
然后依次输入下面四句,

pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple

jupyter contrib nbextension install --user

pip install jupyter_nbextensions_configurator -i https://pypi.tuna.tsinghua.edu.cn/simple

jupyter nbextensions_configurator enable --user

安装完成之后重新打开jupyter,会看到菜单栏出现 Nbextensions。点击进入。

jupyter 代码自动补全设置_第1张图片
jupyter 代码自动补全设置_第2张图片

你可能感兴趣的:(jupyter,python,linux)