File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vpython" ,
3
- "version" : " 0.4.6 " ,
3
+ "version" : " 0.4.9 " ,
4
4
"description" : " VPython extension for Jupyterlab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
33
33
"watch" : " tsc -w"
34
34
},
35
35
"dependencies" : {
36
- "@jupyterlab/application" : " ^1.1.3 " ,
37
- "@jupyterlab/apputils" : " ^1.1.3 " ,
38
- "@jupyterlab/coreutils" : " ^3.1 .0" ,
39
- "@jupyterlab/docregistry" : " ^1.1.3 " ,
40
- "@jupyterlab/notebook" : " ^1.1.3 " ,
41
- "@phosphor/disposable" : " ^1.3.0 " ,
36
+ "@jupyterlab/application" : " ^1.2.1 " ,
37
+ "@jupyterlab/apputils" : " ^1.2.1 " ,
38
+ "@jupyterlab/coreutils" : " ^3.2 .0" ,
39
+ "@jupyterlab/docregistry" : " ^1.2.1 " ,
40
+ "@jupyterlab/notebook" : " ^1.2.2 " ,
41
+ "@phosphor/disposable" : " ^1.3.1 " ,
42
42
"script-loader" : " ^0.7.2"
43
43
},
44
44
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- import 'script-loader!./vpython_libraries/jquery.min.js' ;
2
- import 'script-loader!./vpython_libraries/jquery-ui.custom.min.js' ;
3
- import 'script-loader!./vpython_libraries/glow.min.js' ;
4
- import 'script-loader!./vpython_libraries/plotly.min.js' ;
1
+ import 'script-loader!.. /vpython_libraries/jquery.min.js' ;
2
+ import 'script-loader!.. /vpython_libraries/jquery-ui.custom.min.js' ;
3
+ import 'script-loader!.. /vpython_libraries/glow.min.js' ;
4
+ import 'script-loader!.. /vpython_libraries/plotly.min.js' ;
5
5
import '../style/jquery-ui.custom.css'
6
6
import '../style/ide.css'
7
7
@@ -202,7 +202,7 @@ cylinder = vp_cylinder
202
202
pyramid = vp_pyramid
203
203
cone = vp_cone
204
204
helix = vp_helix
205
- ellipsoid = vp_ellipsoid
205
+ // ellipsoid = vp_ellipsoid // This line causes a big problem in jupyterlab vpython extension
206
206
ring = vp_ring
207
207
arrow = vp_arrow
208
208
compound = vp_compound
@@ -1042,4 +1042,4 @@ function handle_attrs(dattrs) {
1042
1042
}
1043
1043
console . log ( "END OF GLOWCOMM" )
1044
1044
1045
- //});
1045
+ //});
You can’t perform that action at this time.
0 commit comments