第一种方法:
https://blog.csdn.net/baidu_19955215/article/details/105430591
基于anaconda 的:
conda install -c conda-forge jupyter_nbextensions_configurator
或者用pip:
pip install jupyter_contrib_nbextensions ;
jupyter contrib nbextension install ;
或者:
pip install jupyter_contrib_nbextensions ;
jupyter contrib nbextension install --user ;
上面的步骤完成后,打开jupyter notebook主界面会多出下图所示的菜单,点击该菜单,选中Hinterland:
上面的步骤完成后,打开jupyter notebook主界面会多出下图所示的菜单,点击该菜单,选中Hinterland:
另外一种方法: