running.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. _running:
  2. Managing Kernels and Terminals
  3. ==============================
  4. The Running panel 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. .. image:: images/running_layout.png
  8. :align: center
  9. :class: jp-screenshot
  10. .. _reopen-document:
  11. As with the classic Jupyter Notebook, when you close a notebook
  12. document, code console, or terminal, the underlying kernel or terminal
  13. running on the server continues to run. This enables you to perform
  14. long-running actions and return later. The Running panel enables you to
  15. re-open or focus the document linked to a given kernel or terminal:
  16. .. raw:: html
  17. <div class="jp-youtube-video">
  18. <iframe src="https://www.youtube-nocookie.com/embed/gDM5lwU6Dmo?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  19. </div>
  20. .. _shutdown-kernel:
  21. Kernels or terminals can be shut down from the Running panel:
  22. .. raw:: html
  23. <div class="jp-youtube-video">
  24. <iframe src="https://www.youtube-nocookie.com/embed/PBDN9AJWBlw?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  25. </div>
  26. .. _shutdown-all-kernels:
  27. You can shut down all kernels and terminals by clicking the ``X``
  28. button:
  29. .. raw:: html
  30. <div class="jp-youtube-video">
  31. <iframe src="https://www.youtube-nocookie.com/embed/tOjequ-46Qc?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  32. </div>