安装完之后,打开notebook,虽然有了Nbextensions这一栏,但是它底下只有三个拓展,就没有其它的了,没法安装想要的插件。如下图:
解决方法:不用降低notebook版本,依次执行一下命令
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextension enable spellchecker/main
jupyter nbextension enable codefolding/main