Skip to content

Using Notebooks

Jupyter servers act as your interface to your shared file system and compute clusters. Users can execute code from their notebooks on the compute cluster from the Jupyter interface. A Jupyter server is automatically provisioned when you first enter the workspace.

Notebook-View

You can update/restart Jupyter servers in the "Workspace Settings."

Notebook-Manager

Attaching a Notebook to a Cluster

To attach a notebook to a cluster, select the cluster from the drop-down in the top-left.

Attach-Cluster

To execute your code across the attached cluster, select the Parallel Python cell type from the cell type selector dropdown.

Run-Code-Notebook

To run a SQL query, first select the catalog you want to use, then select the SQL cell type from the cell type selector dropdown. For more information on SQL catalogs, refer to the SQL Catalogs usage guide.

Run-Code-Notebook

Note

Execution is only allowed when the notebook is attached to a cluster. If you execute a cell without a cluster attached, the following warning will be shown:

Detached-Notebook-Warning