热线电话:13121318867

登录
2019-06-18 阅读量: 4800
jupyternotebook 不建议以root身份运行?

jupyternotebook 不建议以root身份运行?遇到下面的报错咋搞?

答:jupyter 默认不建议以root身份运行,可以在启动的到时候使用 --allow-root 跳过警告信息。

jupyter notebook  --allow-root

也可以在配置文件中提前配置好

c.NotebookApp.allow_root =True

23.1844
3
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子