Ubuntu 19.10 安装 jupyter

安装pip3

ubuntu 19.10 已经没有python了,取代的是python3.
执行sudo apt install python3-pip安装pip3

安装jupyter

执行sudo pip3 install jupyter

运行jupyter notebook

在普通用户下执行jupyter notebook
如果在root下执行,会报

[C 14:36:09.951 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.
posted @ 2019-12-26 14:41  小代十块  阅读(223)  评论(0编辑  收藏  举报