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 11{
22 "name" : " vpython" ,
3- "version" : " 0.4.6 " ,
3+ "version" : " 0.4.9 " ,
44 "description" : " VPython extension for Jupyterlab" ,
55 "keywords" : [
66 " jupyter" ,
3333 "watch" : " tsc -w"
3434 },
3535 "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 " ,
4242 "script-loader" : " ^0.7.2"
4343 },
4444 "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' ;
55import '../style/jquery-ui.custom.css'
66import '../style/ide.css'
77
@@ -202,7 +202,7 @@ cylinder = vp_cylinder
202202pyramid = vp_pyramid
203203cone = vp_cone
204204helix = vp_helix
205- ellipsoid = vp_ellipsoid
205+ // ellipsoid = vp_ellipsoid // This line causes a big problem in jupyterlab vpython extension
206206ring = vp_ring
207207arrow = vp_arrow
208208compound = vp_compound
@@ -1042,4 +1042,4 @@ function handle_attrs(dattrs) {
10421042}
10431043console . log ( "END OF GLOWCOMM" )
10441044
1045- //});
1045+ //});
You can’t perform that action at this time.
0 commit comments