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 b194176Copy full SHA for b194176
js/datagrid.ts
@@ -348,7 +348,7 @@ export class DataGridView extends DOMWidgetView {
348
return this.luminoWidget.node;
349
}
350
351
- // Added for ipywidgets 7.x compatibility
+ // @ts-ignore Added for ipywidgets 7.x compatibility
352
get pWidget(): any {
353
return this.luminoWidget;
354
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