Skip to content

Commit

Permalink
Jupyterlab support!!!!!
Browse files Browse the repository at this point in the history
See jupyter-widgets/ipywidgets#2053

Install with
$ jupyter-labextension install js/
  • Loading branch information
Jon M. Mease committed Apr 17, 2018
1 parent 4fb462f commit 49e0075
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/src/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
// Entry point for the notebook bundle containing custom model definitions.
//
// Setup notebook base URL
//
// Some static assets may be required by the custom widget javascript. The base
// url for the notebook is not known at build time and is therefore computed
// dynamically.
__webpack_public_path__ = document.querySelector('body').getAttribute('data-base-url') + 'nbextensions/plotlywidget/';

// Export widget models and views, and the npm package version number.
module.exports = require('./Figure.js');
module.exports['version'] = require('../package.json').version;

0 comments on commit 49e0075

Please sign in to comment.