Description of image

Create a Jupyter Notebook with Templates or Custom Notebooks

Notebooks are a web-based Jupyter IDE with shared persistent storage for long-term development and inter-notebook collaboration, backed by accelerated compute.


You can either choose an existing [template](/products/paperspace/notebooks/concepts/notebook-templates/) or create a custom notebook using advanced options.

Using a Template

On the dashboard, click New button to begin creating a notebook, then select the template which controls the image and repository the notebook is based on.

Dashboard showing where to start the notebook process Dashboard showing how to choose a template
Note
When choosing your template, ensure that the notebook is compatible with the compute type as a template may not work with certain compute types.

After choosing your template, select the machine type that your notebook is initially starting on. You can change your machine type later by shutting down the notebook then selecting a new machine type and starting it up again. Optionally, you can set an auto-shutdown timeout which automatically shuts down the notebook after a period of inactivity.

Note
The free compute is only available on personal accounts and has a max auto-shutdown limit of six hours.

After you selecting your notebook specifications, click Start notebook to spin up your environment.

Dashboard showing machine and autoshutdown selectors

Using a Custom Notebook

After you choose a template, go to View advanced options to customize your notebook via changing the image and repository assigned to the template. Under the Workspace section, change the repository URL to either a public or private codebase. If it is a private repository, a username and password is required. Under the Container section, change the name to either a public or private image. If it is a private image, a username and password is required.

Dashboard showing where to change image and repo