1、安装jupyter
sudo pip3 install jupyter notebook
2、设置jupter的密码
jupyter notebook password
3、设置安全组
4、设置访问ip,以及用户权限
jupyter notebook --ip 0.0.0.0 --no-browser --allow-root
5、启动 jupyter
jupyter notebook
6、停止jupyter:ctrl+C
7、访问jupyter
8、附上:
查找jupyter: find -name jupyter
版权声明:本文为onlyforbest原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。