terminal.rst 725 B

12345678910111213141516171819202122
  1. Terminals
  2. ---------
  3. JupyterLab terminals provide full support for system shells (bash, tsch,
  4. etc.) on Mac/Linux and command.exe on Windows. You can run anything in
  5. your system shell with a terminal, including programs such as vim or
  6. emacs. The terminals run on the system where the Jupyter server is
  7. running, with the privileges of your user. Thus, if JupyterLab is
  8. installed on your local machine, the JupyterLab terminals will run
  9. there.
  10. [screenshot]
  11. To open a new terminal, click the ``+`` button in the file browser and
  12. select the terminal in the new Launcher tab:
  13. [animation]
  14. Closing a terminal tab will leave it running on the server, but you can
  15. re-open it using the Running tab in the left sidebar:
  16. [animation]