阿里云服务器配置jupyter notebook

1、安装jupyter

sudo pip3 install jupyter notebook

2、设置jupter的密码

jupyter notebook password

3、设置安全组

watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L29ubHlmb3JiZXN0,size_16,color_FFFFFF,t_70

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版权协议,转载请附上原文出处链接和本声明。