一、首先保证jupyter notebook 是关闭状态(在没有关闭的状态下尝试报错)
 
 之后先在命令行输入命令:
pip install jupyter _contrib_nbextensions
 
安装完毕之后再
jupyter contrib nbextension install --user --skip-running-check
 
安装完成后,打开,进入界面
 勾选 “Table of Contents” 以及 “Hinterland”。
 
 
 到处设置完毕、返回检查










