File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-threejs" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " jupyter - threejs bridge" ,
5
5
"author" : " Jupyter-Threejs development team" ,
6
6
"license" : " BSD" ,
21
21
},
22
22
"dependencies" : {
23
23
"jquery" : " ^2.1.4" ,
24
- "jupyter-js-widgets" : " ^2.0.2 " ,
24
+ "jupyter-js-widgets" : " ^2.0.4 " ,
25
25
"jupyterlab" : " ^0.5.1" ,
26
- "@jupyterlab/nbwidgets" : " ^0.3.4 " ,
26
+ "@jupyterlab/nbwidgets" : " ^0.4.0 " ,
27
27
"three" : " ^0.75.0" ,
28
28
"underscore" : " ^1.8.3"
29
29
}
Original file line number Diff line number Diff line change 1
1
var jupyter_threejs = require ( './index' ) ;
2
2
3
- var jupyterlab_widgets = require ( '@jupyterlab/nbwidgets/lib/plugin ' ) ;
3
+ var jupyterlab_widgets = require ( '@jupyterlab/nbwidgets' ) ;
4
4
5
5
module . exports = {
6
6
id : 'jupyter.extensions.jupyter-threejs' ,
7
- requires : [ jupyterlab_widgets . IIPyWidgetExtension ] ,
7
+ requires : [ jupyterlab_widgets . INBWidgetExtension ] ,
8
8
activate : function ( app , widgets ) {
9
9
widgets . registerWidget ( {
10
10
name : 'jupyter-threejs' ,
You can’t perform that action at this time.
0 commit comments