From dfe59566ea75bf36f97de40fe74773bcb1664312 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Tue, 26 Jul 2016 23:59:42 -0400 Subject: [PATCH] describe the notebooks and their use --- notebooks/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 notebooks/README.md diff --git a/notebooks/README.md b/notebooks/README.md new file mode 100644 index 0000000..213234f --- /dev/null +++ b/notebooks/README.md @@ -0,0 +1,15 @@ +Notebooks used here: + + +MiniConda - one way of installing a quick version of python + +hello.py - python used as a unix command (chmod +x; #!/usr/bin/env) + +mymath.ipynb and mymath.py - converted from .ipynb to .py + +python-overview.ipynb - few sample notebooks (some are still in python2 and were not converted) +python-basic.ipynb +python-more.ipynb +python-numpy.ipynb +python-image.ipynb +python-class.ipynb