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.
You can update/restart Jupyter servers in the "Workspace Settings."
Attaching a Notebook to a Cluster¶
To attach a notebook to a cluster, select the cluster from the drop-down in the top-left.
To execute your code across the attached cluster, select the Parallel Python cell type from the cell type selector dropdown.
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.
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: