[PYTHON] Remotely open Jupyter notebook launched on the server

Connect to the server with ssh

nohup jupyter notebook >/dev/null 2>&1 & --no-browser --port=00000

In the Terminal at hand

ssh -N -f -L 12345:localhost:12345 -i ~/.ssh/id_rsa -p 00000 [email protected]

Chrome

localhost:12345

Recommended Posts

Remotely open Jupyter notebook launched on the server
Start jupyter notebook on GPU server (remote server)
Build jupyter notebook on remote server (CentOS)
Run Jupyter notebook on a remote server
Enable Jupyter Notebook with conda on remote server
Monitor the training model with TensorBord on Jupyter Notebook
High charts on Jupyter notebook
Launch the IPython notebook server
Run Jupyter Notebook on windows
A note when I can't open Jupyter Notebook on Windows
Formatting with autopep8 on Jupyter notebook
Simply view the Jupyter notebook file
Run azure ML on jupyter notebook
Try running Jupyter Notebook on Mac
Insufficient var space on the mail server
Make Jupyter Notebook a service on CentOS
Try SVM with scikit-learn on Jupyter Notebook
GPU check of PC on jupyter notebook
Display histogram / scatter plot on Jupyter Notebook
Use vim keybindings on Docker-launched Jupyter Notebook
Publish the current directory on the web server
Install matplotlib and display graph on Jupyter Notebook
[Jupyter Notebook / Lab] 3 ways to debug on Jupyter [Pdb]
Execution environment on the Web by "Project Jupyter"
Drawing tips with matplotlib on the server side
I tried launching jupyter nteract on heroku server
[Pythonocc] I tried using CAD on jupyter notebook
Simply display a line graph on Jupyter Notebook
Fill the browser with the width of Jupyter Notebook
Try Apache Spark on Jupyter Notebook (on local Docker
jupyter notebook does not start on mac fish
The story of launching python2.x jupyter notebook using docker (crushed on Saturday and Sunday)
Golang on jupyter
Jupyter notebook password
Jupyter Notebook memo
Read the csv file with jupyter notebook and write the graph on top of it
The most crude CORS support method on aiohttp Server
Easily launch jupyter notebook on AWS and access locally
Run Tensorflow from Jupyter Notebook on Bash on Ubuntu on Windows
The kernel of jupyter notebook can no longer connect
Mac application for double-clicking to open Jupyter Notebook (* .ipynb)
Open Jupyter Lab (or Jupyter Notebook) by specifying a directory
Drawing on Jupyter using the plot function of pandas
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
How to instantly launch Jupyter Notebook from the terminal
Execute the command on the web server and display the result
Install django on python + anaconda and start the server
How to view progress bar on Jupyter Notebook to see progress