Skip to main content

Launch Jupyter Notebook on CoreWeave via Determined AI

Launch a Jupyter Notebook on CoreWeave using Determined AI

Prerequisites

This guide assumes that the following are completed in advance.

Setup

Once the Determined application is launched, open the Determined AI Web UI. Click on the Launch JupyterLab button in the top-left corner to open the JupyterLab configuration window.

Choose a number of Slots (that is, the number of GPUs to use) and set a Name for your Notebook, then select a Resource Pool.

Once configuration is complete, click the Launch button in the bottom right-hand corner of the modal. This will prompt Determined to prepare the JupyterLab environment.

Determined AI configuring the Jupyter-lab environment

Once the environment is ready, you will be redirected to the JupyterLab home screen. From here, you may begin a Notebook, open a terminal, or create other kinds of files for your Notebook, such as Markdown text files.

Additional Resources

To learn more about Jupyter and how to use Notebooks and JupyterLab, refer to the Jupyter documentation.

The Jupyter-lab homescreen

To shut down the notebook, navigate to the File menu, then select Shut Down.

This will end the lab. In order to return to Jupyter Lab, you must re-launch the environment as described above.

Video tutorial

Additional Resources