Skip to content

Commit f9eb3a6

Browse files
committed
Update compatibility note, binder example
1 parent e0ef32c commit f9eb3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Quickly open a file in JupyterLab by typing part of its name
99
## Compatibility
1010

1111
- Python >=3.7.x
12-
- JupyterLab >=1.0,<2.0
12+
- JupyterLab >=2.0,<3.0
1313
- Jupyter Notebook >=6.0,<7.0
1414
- Notebook server configurations where notebook documents and other files reside on the local
1515
filesystem (which is the the notebook server default)

binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
jupyterlab>=1.0,<2.0a
1+
jupyterlab>=2.0,<3.0a
22
jupyterlab-quickopen
33
notebook>=6.0,<7.0a

0 commit comments

Comments
 (0)