TensorDock
  • Who we are
    • Welcome to TensorDock
    • Our Ethos and Commitment
  • Virtual Machines
    • How to SSH into your instance
    • How to RDP into your instance
    • Installing NVIDIA Drivers on Windows 10
    • Linux & NVIDIA Drivers
    • Cloud-init
    • File transferring with SCP and Rclone
    • Running Jupyter Notebook
    • SSH server hardening on Ubuntu
    • Running Stable Diffusion in Docker
    • Installing and running Stable Diffusion UI
    • Running Disco Diffusion on a Linux instance
    • Running Disco Diffusion on a Windows instance
    • Running SimpleTuner/Flux on a Linux instance
    • Using Parsec, Moonlight and Sunshine
  • Hosting
    • Installation Guide
  • Whitelabel
    • Overview
    • Setting Up a Storefront
    • Customization Overview
    • Customize Whitelabel Storefront
  • Legal Information
    • Company Information
    • Terms of Service (TOS)
    • Privacy Policy
    • Acceptable Use Policy (AUP)
    • Taxes, VAT, GST
    • Downtime Compensation
    • Supplier Hosting Agreement
  • Quick Links
    • Discord Server
    • TensorDock.com
    • Dashboard
    • API Documentation
Powered by GitBook
On this page
  • Deploy your Cloud GPU
  • Running Jupyter Notebook

Was this helpful?

  1. Virtual Machines

Running Jupyter Notebook

Learn how to run Jupyter Notebook using TensorDock ML

PreviousFile transferring with SCP and RcloneNextSSH server hardening on Ubuntu

Last updated 1 year ago

Was this helpful?

Deploy your Cloud GPU

You can deploy a GPU on our to your specific configurations based on cost, RAM, storage, and vCPUs.

Select any TensorML installation (any of the first row in the following image). Note the required amount of disk space required for the installation.

Running Jupyter Notebook

Type the following command in your TensorDock instance to run Jupyter Notebook:

$ jupyter notebook --ip=0.0.0.0

Now, in your local computer, open your browser of choice and in the URL, enter ip:[port forwarded into 8888]

For example, in this instance, your URL should be 123.12.123.12:20297.

You will notice that a Token is required to access Jupyter Notebook

In your TensorDock instance, you will find the token in the provided URLs (in this example, the third URL has token=XXXXXXX which is the token we want to paste into the Jupyter Notebook in our local browser.

Do not paste the URL that is instructed as it is the wrong IP address, as you should be using the URL from the previous step.

Enter the token into Jupyter Notebook. Success! You have logged into Jupyter Notebook on your TensorDock instance.

First, SSH into your TensorDock instance. Refer to if you do not know how.

this tutorial
Marketplace