We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ef32c commit f9eb3a6Copy full SHA for f9eb3a6
README.md
@@ -9,7 +9,7 @@ Quickly open a file in JupyterLab by typing part of its name
9
## Compatibility
10
11
- Python >=3.7.x
12
-- JupyterLab >=1.0,<2.0
+- JupyterLab >=2.0,<3.0
13
- Jupyter Notebook >=6.0,<7.0
14
- Notebook server configurations where notebook documents and other files reside on the local
15
filesystem (which is the the notebook server default)
binder/requirements.txt
@@ -1,3 +1,3 @@
1
-jupyterlab>=1.0,<2.0a
+jupyterlab>=2.0,<3.0a
2
jupyterlab-quickopen
3
notebook>=6.0,<7.0a
0 commit comments