在设置jupyter notebook设置代码提示时,最后一个命令出现下述错误:

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

pip install jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --user

 将notebook版本降为6.1.0即可(我的是7.1.0,python是3.10)

pip install jupyter notebook==6.1.0 

 

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐