1.在运行jupyter notebook时发生以下错误:
解决方案:
打开配置文件:vim ~/.jupyter/jupyter_notebook_config.py
显示为空
:wq退出,之后输入: jupyter notebook --generate-config
重新键入命令:vim ~/.jupyter/jupyter_notebook_config.py
增加:c.NotebookApp.Allow_root = True
退出重新运行:jupyter notebook,🆗