We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253fbc0 commit 126b2ebCopy full SHA for 126b2eb
js/src/jupyterlab-plugin.js
@@ -3,14 +3,14 @@ var jupyter_threejs = require('./index');
3
var base = require('@jupyter-widgets/base');
4
5
module.exports = {
6
- id: 'jupyter.extensions.jupyter-threejs',
7
- requires: [base.IJupyterWidgetRegistry],
8
- activate: function(app, widgets) {
9
- widgets.registerWidget({
10
- name: 'jupyter-threejs',
11
- version: jupyter_threejs.version,
12
- exports: jupyter_threejs
13
- });
14
- },
15
- autoStart: true
+ id: 'jupyter.extensions.jupyter-threejs',
+ requires: [base.IJupyterWidgetRegistry],
+ activate: function(app, widgets) {
+ widgets.registerWidget({
+ name: 'jupyter-threejs',
+ version: jupyter_threejs.version,
+ exports: jupyter_threejs
+ });
+ },
+ autoStart: true
16
};
0 commit comments