Members with the Create and edit notebooks privilege can view and manage their running notebooks from the Notebooks home page. Additionally, administrators can view and manage all running notebooks within the organization.
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 Notebooks.
The Notebooks home page appears.
- Click Manage > Running notebooks.
- In the Manage running notebooks window, you can view the following information:
- Notebook environment—The notebook runtime
- Version—The runtime version corresponding to available Python libraries
- Type
- Interactive—Opened notebooks
Note:
The Manage running notebooks 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 Filters to adjust the search filters.
- Click the expand button to display the following information for the notebooks open in each deployment.
- Title—The title of the notebook. Clicking the title opens the notebook.
- Last acive—The time the notebook was last modified.
- Close notebook—Closes the notebook.
- To delete a running deployment, click delete
next to the deployment you want to delete.Deleting a notebook deployment stops its associated notebooks from running without deleting any notebook items.
- Click Close to close the Manage running notebooks window.