Commit graph

4 commits

Author SHA1 Message Date
08e0ec7b73 Bump version number 2019-10-15 20:12:11 +02:00
f6068383ba Add numpy to the dependencies
The numpy library is briefly introduced in notebook 02
2019-09-22 20:19:28 +02:00
d2fdda7c09 Add "develop" dependencies for the presenter
- the Jupyter notebooks are assumed to be run within an installation of
  the Anaconda Distribution (version 2019-07 with Python 3.7.3) by the
  students (assumed to be total beginners)
- for the presenter some special third-party libraries are added to
  allow for executable code cells in presentation mode (via rise)
- black / blackcellmagic provide a convenient way to style the code
  while working on the notebooks
2019-09-16 00:09:00 +02:00
f0152355a3 Initial commit
Add the following files:
- LICENSE (MIT)
- README.md (empty)
- pyproject.toml (after poetry init)
2019-09-15 12:20:18 +02:00