-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
describe the notebooks and their use
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |