服务器配置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端口访问了

你可能感兴趣的:(服务器,jupyter,linux)