@@ -58,8 +58,6 @@
}
-
.CodeMirror.cm-s-default {
line-height: 1.21429em;
/* Changed from 1em to our global default */
@@ -105,4 +103,3 @@
border: 0;
border-radius: 0;
@@ -7,6 +7,7 @@
"dependencies": {
"codemirror": "^5.11.0",
"diff-match-patch": "^1.0.0",
+ "jupyter-js-services": "^0.5.2",
"marked": "^0.3.5",
"phosphor-disposable": "^1.0.5",
"phosphor-observablelist": "^1.0.0-beta",
@@ -343,7 +343,7 @@ class NotebookModel implements INotebookModel {
/**
- * Execute the current cell.
+ * Execute the given cell.
*/
protected executeCell(cell: CodeCellModel): void {
let session = this.session;