Skip to content

Commit f4ea83d

Browse files
committedFeb 21, 2018
setup the environment correctly
1 parent f5dcfd2 commit f4ea83d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎binder/postBuild

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
curl -L "https://www.dropbox.com/s/dlmpr7wabehq3x0/models.zip?dl=1" > models.zip
22
unzip models.zip
33
rm models.zip
4+
source activate kernel # ensure we are in the py27 environment
45
pip install appmode
56
jupyter nbextension enable --py --sys-prefix widgetsnbextension
67
jupyter nbextension enable --py --sys-prefix appmode

0 commit comments

Comments
 (0)
Please sign in to comment.