<aside> 💡
Click here to deploy a Jupyter Notebook w/ PyTorch.
</aside>
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.
You can follow this guide to connect to your Jupyter Notebook instance:
That’s it! You’re free to experiment.
A quick check should show that your notebook has a GPU available:
!nvidia-smi
