Spaces:
Runtime error
Runtime error
Commit
·
5732dad
1
Parent(s):
edda1af
chore: Add jupyterlab, jupyter-server, tornado, and ipywidgets to base_requirements.txt
Browse files- base_requirements.txt +4 -0
base_requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
jupyterlab==3.6.1
|
| 2 |
+
jupyter-server==2.3.0
|
| 3 |
+
tornado==6.2
|
| 4 |
+
ipywidgets
|