running.rst 760 B

123456789101112131415161718192021222324252627
  1. .. _running:
  2. Managing Kernels and Terminals
  3. ------------------------------
  4. The Running tab in the left sidebar shows a list of all the kernels and
  5. terminals currently running across all notebooks, code consoles, and
  6. directories:
  7. [screenshot]
  8. As with the classic Jupyter Notebook, when you close a notebook
  9. document, code console, or terminal, the underlying kernel or terminal
  10. running on the server continues to run. This allows you to perform
  11. long-running actions and return later. The Running tab allows you to
  12. re-open or focus the document linked to a given kernel or terminal:
  13. [animation]
  14. Kernels or terminals can be shut down from the Running tab:
  15. [animation]
  16. You can shut down all kernels and terminals by clicking the ``X``
  17. button:
  18. [animation]