diff options
author | Prabhu Ramachandran | 2017-01-03 00:12:26 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-01-03 00:12:26 +0530 |
commit | cc4176e5800c6988d6e8bd4a012678ee5f07f600 (patch) | |
tree | 6d393b48b22c1407c933ae61dd0f5cb55944880f /scipy/basic/Makefile | |
parent | 3fccee6f30b22fb8ac5f3c9e176d267896c14f00 (diff) | |
download | python-workshops-cc4176e5800c6988d6e8bd4a012678ee5f07f600.tar.gz python-workshops-cc4176e5800c6988d6e8bd4a012678ee5f07f600.tar.bz2 python-workshops-cc4176e5800c6988d6e8bd4a012678ee5f07f600.zip |
Add slides on IPython notebooks.
Diffstat (limited to 'scipy/basic/Makefile')
-rw-r--r-- | scipy/basic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scipy/basic/Makefile b/scipy/basic/Makefile index 9cd489f..bd43507 100644 --- a/scipy/basic/Makefile +++ b/scipy/basic/Makefile @@ -11,7 +11,8 @@ SLIDES= intro.pdf prelims.pdf session1a.pdf \ session3.pdf \ session4.pdf \ exercises.pdf \ - mlab.pdf + mlab.pdf \ + notebook.pdf all: $(SLIDES) quickref.pdf |