Administrators and members with the privileges to create notebooks can manage their running notebooks from the Notebooks home page. Administrators can view all running notebook deployments and terminate them from the Manage active notebook deployments window. Members with privileges to create notebooks can view and manage their own active deployments. Terminating a notebook deployment only terminates the associated notebooks from running; it does not delete any notebooks.
In the Manage active notebook deployments window, administrators or members with privileges to create notebooks can use filters to manage deployments based on the notebook environment, version, username, and type parameters.
To view and manage running notebooks from the Notebooks home page, complete the following steps:
- Verify that you are signed in with the appropriate privileges.
- At the top of the site, click Notebook.
The Notebooks home page appears.
- Click Manage > Manage notebooks.
- In the Manage active notebook deployments window, you can view any of the following:
- Notebook Environment—The notebook runtime
- Version—The runtime version corresponding to available Python libraries
- Type
- Interactive—Opened notebooks
Note:
The Manage active notebook deployments window currently displays the deployments of interactive notebooks only and does not display the deployments of automated notebooks.
- Notebooks—The number of notebooks running in the deployment
- Member—The user who launched the deployment by opening a notebook
- Uptime—The length of time the notebook environment has been running
- Click the expand button to display the following information of the notebooks open in each deployment.
- Title—The title of the notebook. Clicking the title opens the notebook.
- Creation date—Date the notebook was opened.
- Close notebook—Closes the notebook.
- To terminate a running deployment, click Terminate next to the deployment you want to terminate.
- Click Close to close the Manage active notebook deployments window.