Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jupyter-js-notebook

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jupyter-js-notebook - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

lib/notebook/codemirror-ipython.d.ts

2

lib/cells/widget.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc