jupyter notebook设置代码自动补全
- Anaconda Prompt窗口执行
python
pip install jupyter_contrib_nbextensions
jupyter contrib nbextensions install --user
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user
- 按如下图片设置
- 卸载jedi
python
pip uninstall jedi --yes