We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4d8da commit 03b9e99Copy full SHA for 03b9e99
js/datagrid.ts
@@ -348,11 +348,6 @@ export class DataGridView extends DOMWidgetView {
348
return this.luminoWidget.node;
349
}
350
351
- // Added for ipywidgets 7.x compatibility
352
- get pWidget(): any {
353
- return this.luminoWidget;
354
- }
355
-
356
_setElement(el: HTMLElement) {
357
if (this.el || el !== this.luminoWidget.node) {
358
throw new Error('Cannot reset the DOM element.');
package.json
@@ -65,7 +65,7 @@
65
"@lumino/messaging": "^1.9.0",
66
"@lumino/virtualdom": "^1.13.0",
67
"@lumino/widgets": "^1.28.0",
68
- "bqplot": "^0.4.6",
+ "bqplot": "^0.5",
69
"d3-array": "^2.2.0",
70
"d3-color": "^3.1.0",
71
"d3-format": "^1.3.2",
0 commit comments