Datalayer VS Code Extension - v0.0.6
    Preparing search index...

    Options for creating a remote service manager.

    interface RemoteManagerOptions {
        token?: string;
        url: string;
    }
    Index

    Properties

    Properties

    token?: string

    Optional authentication token.

    url: string

    Jupyter server URL. Example: http://localhost:8888