@jupyterlab/cells
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -220,3 +220,3 @@ "use strict"; | ||
else { | ||
this.node.textContent = "[" + (value || ' ') + "]:"; | ||
this.node.textContent = "In [" + (value || ' ') + "]:"; | ||
} | ||
@@ -223,0 +223,0 @@ }, |
@@ -363,2 +363,4 @@ "use strict"; | ||
var model = _this.model; | ||
// Code cells should not wrap lines. | ||
_this.editor.wordWrap = false; | ||
// Insert the output before the cell footer. | ||
@@ -445,3 +447,3 @@ var outputWrapper = _this._outputWrapper = new widgets_1.Panel(); | ||
case 'executionCount': | ||
this.setPrompt("" + model.executionCount); | ||
this.setPrompt("" + (model.executionCount || '')); | ||
break; | ||
@@ -448,0 +450,0 @@ default: |
{ | ||
"name": "@jupyterlab/cells", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "JupyterLab - Notebook Cells", | ||
@@ -16,12 +16,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/codeeditor": "^0.6.0", | ||
"@jupyterlab/codemirror": "^0.6.0", | ||
"@jupyterlab/coreutils": "^0.6.0", | ||
"@jupyterlab/outputarea": "^0.6.0", | ||
"@jupyterlab/rendermime": "^0.6.0", | ||
"@jupyterlab/services": "^0.45.0", | ||
"@phosphor/coreutils": "^1.1.0", | ||
"@phosphor/messaging": "^1.2.0", | ||
"@phosphor/signaling": "^1.2.0", | ||
"@phosphor/widgets": "^1.2.0" | ||
"@jupyterlab/codeeditor": "^0.7.0", | ||
"@jupyterlab/codemirror": "^0.7.0", | ||
"@jupyterlab/coreutils": "^0.7.0", | ||
"@jupyterlab/outputarea": "^0.7.0", | ||
"@jupyterlab/rendermime": "^0.7.0", | ||
"@jupyterlab/services": "^0.46.0", | ||
"@phosphor/coreutils": "^1.1.1", | ||
"@phosphor/messaging": "^1.2.1", | ||
"@phosphor/signaling": "^1.2.1", | ||
"@phosphor/widgets": "^1.3.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
66817
2160
+ Added@jupyterlab/apputils@0.7.0(transitive)
+ Added@jupyterlab/codeeditor@0.7.0(transitive)
+ Added@jupyterlab/codemirror@0.7.0(transitive)
+ Added@jupyterlab/coreutils@0.7.1(transitive)
+ Added@jupyterlab/outputarea@0.7.0(transitive)
+ Added@jupyterlab/rendermime@0.7.0(transitive)
+ Added@jupyterlab/services@0.46.0(transitive)
- Removed@jupyterlab/application@0.6.0(transitive)
- Removed@jupyterlab/apputils@0.6.0(transitive)
- Removed@jupyterlab/codeeditor@0.6.0(transitive)
- Removed@jupyterlab/codemirror@0.6.0(transitive)
- Removed@jupyterlab/coreutils@0.6.0(transitive)
- Removed@jupyterlab/outputarea@0.6.0(transitive)
- Removed@jupyterlab/rendermime@0.6.0(transitive)
- Removed@jupyterlab/services@0.45.0(transitive)
- Removed@phosphor/application@1.7.3(transitive)
- Removed@types/semver@5.5.0(transitive)
- Removedsemver@5.7.2(transitive)
Updated@jupyterlab/coreutils@^0.7.0
Updated@jupyterlab/services@^0.46.0
Updated@phosphor/coreutils@^1.1.1
Updated@phosphor/messaging@^1.2.1
Updated@phosphor/signaling@^1.2.1
Updated@phosphor/widgets@^1.3.0