MCPcopy Create free account
hub / github.com/microsoft/SandDance / activateWidgetExtension

Function activateWidgetExtension

python/jupyter-widget/src/plugin.ts:28–34  ·  view source on GitHub ↗

* Activate the widget extension.

(app: Application<Widget>, registry: IJupyterWidgetRegistry)

Source from the content-addressed store, hash-verified

26 * Activate the widget extension.
27 */
28function activateWidgetExtension(app: Application<Widget>, registry: IJupyterWidgetRegistry): void {
29 registry.registerWidget({
30 name: MODULE_NAME,
31 version: MODULE_VERSION,
32 exports: widgetExports,
33 });
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected