Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 17, 2024
1 parent 76de527 commit 7238f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/voila/src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export class WidgetManager extends JupyterLabManager {
private _registerWidgets(): void {
// Lazy loading of either ipywidgets 7 or ipywidgets 8 widgets and CSS
// Depending on what is requested by the kernel, one or the other will load
// IPYWIDGETS 8
this.register({
name: '@jupyter-widgets/base',
version: "2.0.0",
Expand All @@ -211,6 +212,8 @@ export class WidgetManager extends JupyterLabManager {
version: "1.0.0",
exports: async () => (await require('@jupyter-widgets/jupyterlab-manager')).output as any,
});

// IPYWIDGETS 7
this.register({
name: '@jupyter-widgets/base',
version: "1.2.0",
Expand Down

0 comments on commit 7238f4b

Please sign in to comment.