jupyter-js-notebook
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -100,3 +100,3 @@ // Copyright (c) Jupyter Development Team. | ||
// Insist on the Github-flavored markdown mode | ||
model.input.textEditor.mimetype = 'text/x-gfm'; | ||
model.input.textEditor.mimetype = 'text/x-ipythongfm'; | ||
this.input = new input_area_1.InputAreaWidget(model.input); | ||
@@ -103,0 +103,0 @@ this.rendered = new phosphor_widget_1.Widget(); |
@@ -300,2 +300,3 @@ "use strict"; | ||
name: 'defaultMimetype', | ||
value: "text/x-ipython", | ||
notify: NotebookModelPrivate.stateChangedSignal, | ||
@@ -302,0 +303,0 @@ }); |
@@ -12,3 +12,2 @@ // Copyright (c) Jupyter Development Team. | ||
nb.cells.clear(); | ||
nb.defaultMimetype = 'text/x-python'; | ||
// Iterate through the cell data, creating cell models. | ||
@@ -15,0 +14,0 @@ data.cells.forEach(function (c) { |
@@ -6,2 +6,4 @@ import { IChangedArgs } from 'phosphor-properties'; | ||
import { ICellModel } from '../cells'; | ||
import './codemirror-ipython'; | ||
import './codemirror-ipythongfm'; | ||
/** | ||
@@ -8,0 +10,0 @@ * A widget for a notebook. |
@@ -14,2 +14,4 @@ // Copyright (c) Jupyter Development Team. | ||
var phosphor_disposable_1 = require('phosphor-disposable'); | ||
require('./codemirror-ipython'); | ||
require('./codemirror-ipythongfm'); | ||
/** | ||
@@ -16,0 +18,0 @@ * The class name added to notebook widgets. |
{ | ||
"name": "jupyter-js-notebook", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Notebook widget for Jupyter", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
126337
47
3950