首先要打开Anaconda Prompt,然后进行以下操作:
安装该库的命令如下:
python -m pip install jupyter_contrib_nbextensions
然后执行:
jupyter contrib nbextension install --user --skip-running-check
安装完成后,勾选 “Table of Contents” 以及 “Hinterland”。
这个拓展的代码补全功能虽然没有 PyCharm中的那么全面,但比没有是要好多了。