Skip to content

Commit 39fa6e5

Browse files
committed
Add postBuild file and move Binder config in subdir
1 parent 3f806de commit 39fa6e5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

environment.yml renamed to .binder/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: ipympl
22
channels:
33
- conda-forge
44
dependencies:
5+
- yarn
56
- numpy
67
- jupyterlab>=3
78
- matplotlib-base>=2.2.2
9+
- jupyter-packaging=0.7

.binder/postBuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
python -m pip install -vvv -e .
4+
jupyter labextension develop . --overwrite

0 commit comments

Comments
 (0)