@jupyterlite


@jupyterlite / @jupyterlite/settings / Settings

~~Settings~~#

Deprecated#

This package is deprecated and will be removed in 0.8.0. Please import from @jupyterlite/services instead.

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

Example#

// Old (deprecated):
import { Settings } from '@jupyterlite/settings';

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

Interfaces#