From 04262dd46420304dd8d9bb01d37e4ceb3e44c11d Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Mon, 24 Oct 2016 14:40:58 +0200 Subject: add notebook demo --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4345854..030f422 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,10 @@ sremove : $(PYTHON) setup.py install --record files.txt tr '\n' '\0' < files.txt | sudo xargs -0 rm -f -- rm files.txt + +clean : + $(PYTHON) setup.py clean + +notebook : + ipython notebook --matplotlib=inline --notebook-dir=examples/ + -- cgit v1.2.3