Datalayer Desktop - v0.0.2
    Preparing search index...
    • Load ServiceManager and ServerConnection from @jupyterlab/services. This function exists to allow dynamic imports and proper module resolution through the Vite proxy configuration.

      Returns Promise<
          {
              ServerConnection: typeof ServerConnection;
              ServiceManager: typeof ServiceManager;
          },
      >

      Object containing ServiceManager and ServerConnection classes