running.md 715 B

Managing kernels and terminals

The Running tab in the left sidebar shows a list of all the kernels and terminals currently running across all notebooks, code consoles, and directories:

[screenshot]

As with the classic Jupyter Notebook, when you close a notebook document, code console, or terminal, the underlying kernel or terminal running on the server continues to run. This allows you to perform long-running actions and return later. The Running tab allows you to re-open or focus the document linked to a given kernel or terminal:

[animation]

Kernels or terminals can be shut down from the Running tab:

[animation]

You can shut down all kernels and terminals by clicking the X button:

[animation]