Jupyter Notebook on a remote server
Published:
Using the Jupyter Notebook on a remote server in VS Code
- Install the Jupyter extension in VS Code
- start the Jupyter server on the remote server
jupyter notebook --port=8889
- 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.