jupyter-js-notebook
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -7,2 +7,3 @@ var cells_1 = require('../cells'); | ||
var input_area_1 = require('../input-area'); | ||
var output_area_1 = require('../output-area'); | ||
/** | ||
@@ -176,2 +177,4 @@ * The interactivity modes for a notebook. | ||
cell.input = input; | ||
var outputArea = new output_area_1.OutputAreaModel(); | ||
cell.output = outputArea; | ||
return cell; | ||
@@ -178,0 +181,0 @@ }; |
{ | ||
"name": "jupyter-js-notebook", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"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
113402
3510