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