Skip to content

Commit

Permalink
Get binder working again (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Jun 22, 2024
1 parent 2c980b7 commit 0702309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: voila
channels:
- conda-forge
dependencies:
- jupyterlab=3.6
- jupyterlab=4
- ipywidgets=8
- ipyvolume
- bqplot
- scipy
- ipympl
- xleaflet=0.16.0
- xeus-cling=0.13.0
- python=3.10
- python=3.11
5 changes: 1 addition & 4 deletions .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
set -e

jlpm && jlpm run build
python -m pip install -e .
jupyter labextension develop . --overwrite
jupyter server extension enable voila.server_extension --sys-prefix
jupyter serverextension enable voila.server_extension --sys-prefix
python -m pip install .

0 comments on commit 0702309

Please sign in to comment.