running.rst 1.4 KB

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