jupyter-js-notebook
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -37,4 +37,8 @@ import { IChangedArgs } from 'phosphor-properties'; | ||
dispose(): void; | ||
/** | ||
* Get the model for the widget | ||
*/ | ||
model: INotebookModel; | ||
private _model; | ||
private _listdispose; | ||
} |
@@ -126,2 +126,12 @@ // Copyright (c) Jupyter Development Team. | ||
}; | ||
Object.defineProperty(NotebookWidget.prototype, "model", { | ||
/** | ||
* Get the model for the widget | ||
*/ | ||
get: function () { | ||
return this._model; | ||
}, | ||
enumerable: true, | ||
configurable: true | ||
}); | ||
return NotebookWidget; | ||
@@ -128,0 +138,0 @@ })(phosphor_panel_1.Panel); |
{ | ||
"name": "jupyter-js-notebook", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Notebook widget for Jupyter", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31227
801