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