Commit graph

6 commits

Author SHA1 Message Date
318a5a8dd3 Add a requirements.txt file
This file makes it easier to install all dependencies for users without
poetry installed
2019-09-16 10:56:41 +02:00
efb9cfb7e6 Merge in "00-start-up"
Merge branch "00-start-up" into "develop"

Summary of the merged in commits:
 * bb2cfce: Add initial version of notebook 00
 * f33af96: Add a simple .gitignore file
 * d2fdda7: Add "develop" dependencies for the presenter
2019-09-16 00:20:45 +02:00
bb2cfce3c7 Add initial version of notebook 00 2019-09-16 00:18:38 +02:00
f33af96847 Add a simple .gitignore file 2019-09-16 00:14:56 +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