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 > Manage notebooks.
- In the Manage active containers 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
- Scheduled—Tasks (executeNotebook)
- System—Web tools and webhooks
- Notebooks—The number of notebooks running in the container
- Member—The user who launched the container by opening a notebook
- Uptime—The length of time the notebook environment has been running
- Click Filters to adjust the search filters.
- To view the log messages of a notebook container, click the Options button
and select View logs.
- To view the memory and CPU resources used by a notebook container, click the Options button
and select View statisitcs.
- Click the expand button to display the following information of the notebooks open in each container.
- 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 container, click Options
and select Delete.
Deleting a notebook container stops its associated notebooks from running without deleting any notebook items.
- Click Close to close the Manage active containers window.