jupyter notebook on remote machine

 TOKEN=xxxxx
 jupyter notebook --no-browser --ip 0.0.0.0 --port 5000 --NotebookApp.token=$TOKEN
go to http://SERVER:5000 and enter the token

タグ:

jupyter python
最終更新:2019年12月22日 14:45