Skip to content

Commit

Permalink
Fix progressive rendering logic for ipywidgets 7
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 17, 2024
1 parent 8259475 commit 59b36d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/widgets_manager7/src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export class VoilaWidgetManager extends WidgetManager {
this._modelRegistered.emit(model_id);
}

get kernel() {
return this.context.sessionContext.session?.kernel;
}

get registeredModels(): ReadonlySet<string> {
return this._registeredModels;
}
Expand Down

0 comments on commit 59b36d4

Please sign in to comment.