Using Notebooks

Create a Notebook

Choose your Base Container

Notebooks can be created by clicking Create Notebook button on the Notebooks tab. There are three types of base containers:

These are the templates that are most popular on Gradient. They include the most common ML frameworks and libraries. Click here to discover which Notebook Base Container will best suit your use case, then choose it from the options below:

All Containers (Basic)

These are additional templates that are made available in Gradient as a 1-click option. Click here to discover which Notebook Base Container will best suit your use case, then choose it from the options below:

Custom Containers (Advanced)

If you need to import an existing container, visit the Custom Containers section. Learn more here.

Choose the instance type

This is instance type that your notebook will run on. Our hardware is configured to work with the tools and packages in each of the provided containers.

Optional Settings:

Name your Notebook

Provide a friendly name for your Notebook in the text field

Auto-shutdown

If you have a Gradient subscription, you will have the ability to set a custom auto-shutdown interval.

Workspace

Additionally, you have the option to select a remote Github repository to serve as the starting point for your Notebook. If the repository is private, you need to provide access credentials (username and a password/apiKey). Also, you can provide an optional Github ref that points to a specific version of the repository.

Click Create

That's it! Your Notebook will start once it has been created 🚀

Once created, your Notebook will automatically start. Just click Open and your Notebook will appear in a new browser tab.

Start a Notebook

When you click Start, a window will appear that presents a few options such as the name, the instance type, and the Auto-Shutdown interval.

Stop a Notebook

Click the Stop button to stop your Notebook from running. When your Notebook is stopped, the billing session will end. You'll see how long your Running Time was for the latest session.

Delete a Notebook

Click Delete to remove your Notebook. Careful - this will permanently delete your Notebook!

You can only delete a notebook once it has stopped running.

Rename a Notebook

You can rename any Notebook, whether it is running or stopped, in order to help organize your work. Simply click on the notebook name and it will become an editable text field; press enter to commit the change:

Last updated