GitHubJupyter
  • Preparing search index...
  • The search index is not available
@jupyterlab
  • @jupyterlab
  • services
  • TerminalAPI
  • startNew

Function startNew

  • startNew(settings?, name?, cwd?): Promise<Terminal.IModel>
  • Start a new terminal session.

    Parameters

    • settings: ServerConnection.ISettings = ...

      The server settings to use.

    • Optional name: string

      The name of the target terminal.

    • Optional cwd: string

      The path in which the terminal will start.

    Returns Promise<Terminal.IModel>

    A promise that resolves with the session model.

    • Defined in packages/services/src/terminal/restapi.ts:41

Settings

Member Visibility

Theme

@jupyterlab
  • Loading...

Generated using TypeDoc