File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3
3
// Date: { { now } }
4
4
//
5
5
{ {#if top_level} }
6
- // Entry point for the notebook bundle containing custom model definitions.
7
- //
8
- // Setup notebook base URL
9
- //
10
- // Some static assets may be required by the custom widget javascript. The base
11
- // url for the notebook is not known at build time and is therefore computed
12
- // dynamically.
13
- __webpack_public_path__ = document.querySelector('body').getAttribute('data-base-url') + 'nbextensions/jupyter-threejs/';
14
6
15
7
// Export widget models and views, and the npm package version number.
16
8
module.exports['version'] = require('../package.json').version;
Original file line number Diff line number Diff line change
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/jupyter-threejs/' ;
9
+
10
+
1
11
// Configure requirejs
2
12
if ( window . require ) {
3
13
window . require . config ( {
You can’t perform that action at this time.
0 commit comments