Jupyter’ı dış ip Açmak
Merhaba Arkadaşlar,i
Bugün size birçok programlama dilini destekleyen web program derleyicisi olan jupyterı dış ip nasıl açacağımızı göstereceğim. Bunun için aşağıda kodu çalıştırın ve
$jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser &
[I 14:33:11.528 NotebookApp] Serving notebooks from local directory: /home/user_file/TrafficSignRecogn
[I 14:33:11.528 NotebookApp] 0 active kernels
[I 14:33:11.528 NotebookApp] The Jupyter Notebook is running at: http://0.0.0.0:8888/?token=token_id
[I 14:33:11.528 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 14:33:11.529 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://0.0.0.0:8888/?token=token_id
artık jupyter’ınız dış ip’ye açmış olmaktasınız ve artık herhangi bir bilgisayardan ve browserdan “ip:8888/?token=token_id” adresini girerek web derleyicinizi açabilirsiniz.
Kaynak:
[1] https://stharrold.github.io/20151208-ipynb-on-gce-from-chrome.html