NotebookWorkspaceConnectionInfoResult interface

The connection info for the given notebook workspace

Properties

authToken

Specifies auth token used for connecting to Notebook server (uses token-based auth).

notebookServerEndpoint

Specifies the endpoint of Notebook server.

Property Details

authToken

Specifies auth token used for connecting to Notebook server (uses token-based auth).

authToken?: string

Property Value

string

notebookServerEndpoint

Specifies the endpoint of Notebook server.

notebookServerEndpoint?: string

Property Value

string