Jupyter Notebook on a remote server

less than 1 minute read

Published:

Using the Jupyter Notebook on a remote server in VS Code

  1. Install the Jupyter extension in VS Code
  2. start the Jupyter server on the remote server
jupyter notebook --port=8889
  1. select the kernel in the Jupyter extension in VS Code. Choose “Existing Jupyter server” and input the URL of the remote server which get from the server terminal.