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.

In the Manage active containers window, administrators or members with privileges to create notebooks can use filters to manage containers based on the notebook environment, version, user name, and type parameters.

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 > 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
    • Type
      • Interactive—Opened notebooks
      • Scheduled—Tasks (executeNotebook)
      • System—Web tools and webhooks
    • Notebooks— The number of notebooks running in the container
    • Member—The user that launched the container by opening a notebook
    • Uptime—The length of time the notebook environment has been running
  5. Click the container details button to display the following information of the notebooks open inside each container.

    • Title—The title of the notebook. Clicking the title opens the notebook.
    • Creation date—Date the notebook was created.
    • Close notebook—Closes the notebook.

  6. To terminate a running container, click Terminate Terminate next to the container you want to terminate.
  7. Click Close to exit the Manage active containers window.