服务器配置jupyter notebook

pip install notebook # or pip3 install jupyter

jupyter notebook password # change password

screen -S jupyter # start a screen for runing continously in the background

jupyter notebook --ip 0.0.0.0 --port 8000 --no-browser --allow-root

这样就可以在服务器的8000端口访问了

猜你喜欢

转载自blog.csdn.net/majiayu000/article/details/133786965