安裝完之后,打開notebook,雖然有了Nbextensions這一欄,但是它底下只有三個拓展,就沒有其它的了,沒法安裝想要的插件。如下圖:
解決方法:不用降低notebook版本,依次執行一下命令
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
jupyter nbextension enable spellchecker/main
jupyter nbextension enable codefolding/main