File tree Expand file tree Collapse file tree 4 files changed +2745
-2957
lines changed Expand file tree Collapse file tree 4 files changed +2745
-2957
lines changed Original file line number Diff line number Diff line change 7979 sudo rm -rf $(which node)
8080 sudo rm -rf $(which node)
8181
82- pip install "jupyterlab>=4.0 .0,<5" jupyter_drives*.whl
82+ pip install "jupyterlab>=4.3 .0,<5" jupyter_drives*.whl
8383
8484
8585 jupyter server extension list
Original file line number Diff line number Diff line change 5353 "watch:labextension" : " jupyter labextension watch ."
5454 },
5555 "dependencies" : {
56- "@jupyter/react-components" : " ^0.13.3 " ,
57- "@jupyter/web-components" : " ^0.13.2 " ,
58- "@jupyterlab/application" : " ^4.0 .0" ,
59- "@jupyterlab/coreutils" : " ^6.0 .0" ,
60- "@jupyterlab/services" : " ^7.0 .0"
56+ "@jupyter/react-components" : " ^0.16.6 " ,
57+ "@jupyter/web-components" : " ^0.16.6 " ,
58+ "@jupyterlab/application" : " ^4.3 .0" ,
59+ "@jupyterlab/coreutils" : " ^6.3 .0" ,
60+ "@jupyterlab/services" : " ^7.3 .0"
6161 },
6262 "devDependencies" : {
63- "@jupyterlab/builder" : " ^4.0 .0" ,
64- "@jupyterlab/testutils" : " ^4.0 .0" ,
63+ "@jupyterlab/builder" : " ^4.3 .0" ,
64+ "@jupyterlab/testutils" : " ^4.3 .0" ,
6565 "@types/jest" : " ^29.2.0" ,
6666 "@types/json-schema" : " ^7.0.11" ,
6767 "@types/react" : " ^18.0.26" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.11" ,
2323]
2424dependencies = [
25- " jupyter_server>=2.0.1 ,<3" ,
25+ " jupyter_server>=2.14.2 ,<3" ,
2626 " s3contents>=0.11.1,<0.12.0" ,
2727 " apache-libcloud>=3.8.0, <4" ,
2828 " entrypoints>=0.4, <0.5" ,
You can’t perform that action at this time.
0 commit comments