Skip to content

Commit

Permalink
describe the notebooks and their use
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 27, 2016
1 parent 3760ee4 commit dfe5956
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dfe5956

Please sign in to comment.