terminalmanager.py 282 B

123456789
  1. """A MultiTerminalManager for use in the notebook webserver
  2. - raises HTTPErrors
  3. - creates REST API models
  4. """
  5. # Copyright (c) Jupyter Development Team.
  6. # Distributed under the terms of the Modified BSD License.
  7. from jupyter_server_terminals.terminalmanager import TerminalManager