We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb462f commit 49e0075Copy full SHA for 49e0075
js/src/index.js
@@ -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
-
10
// Export widget models and views, and the npm package version number.
11
module.exports = require('./Figure.js');
12
module.exports['version'] = require('../package.json').version;
0 commit comments