MoritzLaurer HF staff commited on
Commit
0c6fc1e
1 Parent(s): 0b670e2

bumping jupyterlab version to the latest stable version

Browse files

The previous jupyterlab version was quite old and lacked several features. I've done a test run with the latest stable version and didn't experience any issues. The jupyter-server requirement also doesn't really seem to be necessary, as jupyterlab will automatically install the corresponding jupyter-server version

Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- jupyterlab==3.6.1
2
- jupyter-server==2.3.0
3
  tornado==6.2
4
  ipywidgets
 
1
+ jupyterlab==4.2.5
 
2
  tornado==6.2
3
  ipywidgets