You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`packages/controls/src/widget_bool.ts`|`packages/javascript-kernel/src/widgets/widget_bool.ts`| Ported | Boolean widgets; related styles live in `widget_style.ts`|
164
+
|`packages/controls/src/widget_selection.ts`|`packages/javascript-kernel/src/widgets/widget_selection.ts`| Partial | Selection semantics still differ from `ipywidgets` in some cases |
165
+
|`packages/controls/src/widget_string.ts`|`packages/javascript-kernel/src/widgets/widget_string.ts`| Ported | String and display widgets; related styles live in `widget_style.ts`|
166
+
|`packages/output/src/output.ts`|`packages/javascript-kernel/src/widgets/widget_output.ts`| Partial | Output capture is supported but not feature-complete |
167
+
|`packages/controls/src/widget_button.ts`|`packages/javascript-kernel/src/widgets/widget_button.ts`| Partial | Button widget is present, but callback behavior differs slightly |
168
+
|`packages/controls/src/widget_color.ts`|`packages/javascript-kernel/src/widgets/widget_color.ts`| Ported | Color picker |
|`packages/controls/src/widget_link.ts`|`packages/javascript-kernel/src/widgets/widget_link.ts`| Ported |`jslink`, `jsdlink`, `Link`, and `DirectionalLink`|
172
+
152
173
> **Note:**`jupyterlab-widgets`, `@jupyter-widgets/controls`, and `@jupyter-widgets/output` must be available in the JupyterLite deployment for the full widget set to render.
153
174
154
175
See the [example notebook](examples/widgets.ipynb) for more usage examples.
0 commit comments