Interface IOptions

The options used to initialize a Drive.

Hierarchy

  • IOptions

Properties

apiEndpoint?: string

A REST endpoint for drive requests. If not given, defaults to the Jupyter REST API given by Jupyter Server API.

name?: string

The name for the Drive, which is used in file paths to disambiguate it from other drives.

serverSettings?: ServerConnection.ISettings

The server settings for the server.

Generated using TypeDoc