Skip to content

Commit

Permalink
Add BUILD_JUPYTERLAB_EXTENSION on Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Jan 13, 2021
1 parent e208ec5 commit bb04ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# 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.
pip install .[myst]
BUILD_JUPYTERLAB_EXTENSION=1 pip install .[myst]

# Create the notebook for our jupytext demo
jupytext demo/get_started.md --to ipynb --update-metadata '{"jupytext":null}'
Expand Down

0 comments on commit bb04ac3

Please sign in to comment.