1.使用pip安装jupyter拓展包,本人选择在cmd中安装
pip install jupyter_contrib_nbextensions
2.配置 nbextension,前提是先关闭jupyter notebook
jupyter contrib nbextension install --user --skip-running-check
3.在Jupyter Notebook里开启功能
4.然后打开hinterland功能
标签:插件,jupyter,补全,contrib,pip,安装 From: https://www.cnblogs.com/988MQ/p/16878981.html