@jupyterlite


@jupyterlite / @jupyterlite/session / LiteSessionClient

~~LiteSessionClient~~#

Deprecated#

This package is deprecated. Please import from @jupyterlite/services instead.

This package now acts as a shim that re-exports session-related components from @jupyterlite/services for backward compatibility.

Example#

// Old (deprecated):
import { LiteSessionClient } from '@jupyterlite/session';

// New (recommended):
import { LiteSessionClient } from '@jupyterlite/services';

Interfaces#