NotebookWorkspaceConnectionInfoResult interface
The connection info for the given notebook workspace
Properties
| auth |
Specifies auth token used for connecting to Notebook server (uses token-based auth). |
| notebook |
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