One-click deploy (Recommended)

<aside> 💡

Click here to deploy a Jupyter Notebook w/ PyTorch.

</aside>

Additional information

Jupyter Notebook is a web application where you can collaborate with your team to work on your code in an interactive environment with access to high performance servers with powerful GPUs.

It has a volume and resources pre-configured, which you can change by clicking on the nodes in the template.

The persisted directories are:

/home/jovyan
/workspace
/mnt/data
/root

<aside> 💡

Make sure you save your code / virtual environments in one of these directories to ensure it’s saved across container restarts!

</aside>

Save and run the template to deploy in your team.

jupyter-new.mp4

Connecting

You can follow this guide to connect to your Jupyter Notebook instance:

Connecting to Jupyter Lab

Next steps

That’s it! You’re free to experiment.

A quick check should show that your notebook has a GPU available:

!nvidia-smi

image.png