Skip to content

Commit 49e0075

Browse files
author
Jon M. Mease
committed
Jupyterlab support!!!!!
See jupyter-widgets/ipywidgets#2053 Install with $ jupyter-labextension install js/
1 parent 4fb462f commit 49e0075

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: js/src/index.js

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
// Entry point for the notebook bundle containing custom model definitions.
2-
//
3-
// Setup notebook base URL
4-
//
5-
// Some static assets may be required by the custom widget javascript. The base
6-
// url for the notebook is not known at build time and is therefore computed
7-
// dynamically.
8-
__webpack_public_path__ = document.querySelector('body').getAttribute('data-base-url') + 'nbextensions/plotlywidget/';
9-
101
// Export widget models and views, and the npm package version number.
112
module.exports = require('./Figure.js');
123
module.exports['version'] = require('../package.json').version;

0 commit comments

Comments
 (0)