Skip to content

Commit 03b9e99

Browse files
committed
Update @jupyter-widgets/base version pulled by yarn
Signed-off-by: martinRenou <[email protected]>
1 parent dc4d8da commit 03b9e99

File tree

3 files changed

+338
-195
lines changed

3 files changed

+338
-195
lines changed

js/datagrid.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,11 +348,6 @@ export class DataGridView extends DOMWidgetView {
348348
return this.luminoWidget.node;
349349
}
350350

351-
// Added for ipywidgets 7.x compatibility
352-
get pWidget(): any {
353-
return this.luminoWidget;
354-
}
355-
356351
_setElement(el: HTMLElement) {
357352
if (this.el || el !== this.luminoWidget.node) {
358353
throw new Error('Cannot reset the DOM element.');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.9.0",
6666
"@lumino/virtualdom": "^1.13.0",
6767
"@lumino/widgets": "^1.28.0",
68-
"bqplot": "^0.4.6",
68+
"bqplot": "^0.5",
6969
"d3-array": "^2.2.0",
7070
"d3-color": "^3.1.0",
7171
"d3-format": "^1.3.2",

0 commit comments

Comments
 (0)