terminal.rst 740 B

123456789101112131415161718192021222324
  1. .. _terminal:
  2. Terminals
  3. ---------
  4. JupyterLab terminals provide full support for system shells (bash, tsch,
  5. etc.) on Mac/Linux and command.exe 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. [screenshot]
  12. To open a new terminal, click the ``+`` button in the file browser and
  13. select the terminal in the new Launcher tab:
  14. [animation]
  15. Closing a terminal tab will leave it running on the server, but you can
  16. re-open it using the Running tab in the left sidebar:
  17. [animation]