Skip To Content

Manage running notebooks

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 containers and terminate them from the Manage active containers window. Members with privileges to create notebooks can view and manage their own active containers. Terminating a notebook container only terminates the associated notebooks from running; it does not delete any notebooks.

To view and manage running notebooks from the Notebooks home page, complete the following steps:

  1. Verify that you are signed in with the correct privileges.
  2. At the top of the site, click Notebook.

    The Notebooks home page opens.

  3. Click Manage notebooks.
  4. In the Manage active containers window, you can view any of the following:
    • Notebook Environment—The notebook runtime
    • Version—The runtime version corresponding to available Python libraries
    • User—The user who launched the container by opening a notebook
    • Uptime—The length of time the notebook environment has been running
  5. To terminate a running container, click Terminate Terminate next to the container you want to terminate.
  6. Click Close to exit the Manage active containers window.