Skip to content

Commit

Permalink
add notebooks for quick prototyping
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Oct 7, 2018
1 parent c79c726 commit 5469136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ test3: .virtualenv3/bin/eduvpn-client
run: .virtualenv3/bin/eduvpn-client
.virtualenv3/bin/eduvpn-client

.virtualenv3/bin/jupyter-notebook: .virtualenv3/bin/eduvpn-client
.virtualenv3/bin/pip install -r notebooks/requirements.txt

notebook: .virtualenv3/bin/jupyter-notebook
.virtualenv3/bin/jupyter-notebook

dockers:
for i in `ls docker/Dockerfile*`; do echo "*** $$i"; docker build . -f $$i; done
Expand Down

0 comments on commit 5469136

Please sign in to comment.