terminal.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .. _terminal:
  2. Terminals
  3. ---------
  4. JupyterLab terminals provide full support for system shells (bash, tsch,
  5. etc.) on Mac/Linux and PowerShell on Windows. You can run anything in
  6. your system shell with a terminal, including programs such as vim or
  7. emacs. The terminals run on the system where the Jupyter server is
  8. running, with the privileges of your user. Thus, if JupyterLab is
  9. installed on your local machine, the JupyterLab terminals will run
  10. there.
  11. .. image:: images/terminal_layout.png
  12. :align: center
  13. :class: jp-screenshot
  14. .. _open-terminal:
  15. To open a new terminal, click the ``+`` button in the file browser and
  16. select the terminal in the new Launcher tab:
  17. .. raw:: html
  18. <div class="jp-youtube-video">
  19. <iframe src="https://www.youtube-nocookie.com/embed/ynMjz1tiq9o?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  20. </div>
  21. .. _close-terminal:
  22. Closing a terminal tab will leave it running on the server, but you can
  23. re-open it using the Running tab in the left sidebar:
  24. .. raw:: html
  25. <div class="jp-youtube-video">
  26. <iframe src="https://www.youtube-nocookie.com/embed/gDM5lwU6Dmo?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  27. </div>
  28. .. _Copy/Paste:
  29. Copy/Paste
  30. ++++++++++
  31. For both Windows and Mac users, press ``shift`` + ``righ-click`` to get to the right-click menu from inside Jupyterlab terminal. Or by using shortcut keys as follows:
  32. For Mac users:
  33. ..............
  34. For Windows users (Power shell):
  35. ................................
  36. Copy : ``Ctrl`` + ``Insert``
  37. Paste: ``Shift`` + ``Insert``