リモート接続

サーバのjupyterをリモート環境で使用. サーバ側のjupyterを起動.

$ jupyter-notebook --ip=* --no-browser
[W 14:29:40.299 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[I 14:29:40.319 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.1
[I 14:29:40.320 NotebookApp] Serving notebooks from local directory: /***/***
[I 14:29:40.320 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 14:29:40.320 NotebookApp] http://***:8888/
[I 14:29:40.320 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).