Skip to content

Commit

Permalink
Merge pull request #92 from sroet/try_binder
Browse files Browse the repository at this point in the history
Enable binder
  • Loading branch information
dwhswenson committed Oct 23, 2020
2 parents 5a3b4e3 + 1058a40 commit 9c68659
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
channels:
- conda-forge
dependencies:
- python
- pip
- matplotlib
- nglview
- dask
- distributed
- pip:
- tables
- .
10 changes: 10 additions & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

figshare_ID=5550217

# Dowload the extra example files
cd examples
mkdir $figshare_ID
curl -Lk -o ${figshare_ID}.zip https://ndownloader.figshare.com/articles/5550217?private_link=453b1b215cf2f9270769
unzip -d $figshare_ID ${figshare_ID}.zip
rm $figshare_ID.zip

0 comments on commit 9c68659

Please sign in to comment.