@jupyterlab/notebook
Advanced tools
Comparing version 0.15.6 to 0.15.7
@@ -897,3 +897,3 @@ "use strict"; | ||
if (widget.isSelectedOrActive(cell) && cell.model.type === 'code') { | ||
cell.inputHidden = true; | ||
cell.outputHidden = true; | ||
} | ||
@@ -917,3 +917,3 @@ }); | ||
if (widget.isSelectedOrActive(cell) && cell.model.type === 'code') { | ||
cell.inputHidden = false; | ||
cell.outputHidden = false; | ||
} | ||
@@ -920,0 +920,0 @@ }); |
@@ -53,3 +53,3 @@ "use strict"; | ||
var contentFactory = _this.contentFactory = (options.contentFactory || NotebookPanel.defaultContentFactory); | ||
var layout = _this.layout = new widgets_1.PanelLayout(); | ||
var layout = _this.layout = new widgets_1.BoxLayout(); | ||
// Toolbar | ||
@@ -70,2 +70,4 @@ var toolbar = new apputils_1.Toolbar(); | ||
layout.addWidget(_this.notebook); | ||
widgets_1.BoxLayout.setStretch(toolbar, 0); | ||
widgets_1.BoxLayout.setStretch(_this.notebook, 1); | ||
return _this; | ||
@@ -72,0 +74,0 @@ } |
{ | ||
"name": "@jupyterlab/notebook", | ||
"version": "0.15.6", | ||
"version": "0.15.7", | ||
"description": "JupyterLab - Notebook", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
591292
8126