Skip to content

Commit

Permalink
Require jupyterlab>=4.0.0a16 on Binder (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 9, 2021
1 parent 4b36b42 commit 4accfd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Stop everything if one command fails
set -e

# Install JupyterLab 4.O (pre)
pip install 'jupyterlab>=4.0.0a16'

# Install from sources
# NB: If you want to use Jupytext on your binder, don't install it from source,
# just add "jupytext" to your "binder/requirements.txt" instead.
Expand Down
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterlab>=3.0
jupyterlab>=4.0.0a16
plotly
matplotlib
wordcloud
Expand Down

0 comments on commit 4accfd1

Please sign in to comment.