Skip to content

Commit

Permalink
Add postBuild file and move Binder config in subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 22, 2021
1 parent 3f806de commit 39fa6e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment.yml → .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ipympl
channels:
- conda-forge
dependencies:
- yarn
- numpy
- jupyterlab>=3
- matplotlib-base>=2.2.2
- jupyter-packaging=0.7
4 changes: 4 additions & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

python -m pip install -vvv -e .
jupyter labextension develop . --overwrite

0 comments on commit 39fa6e5

Please sign in to comment.