Commit graph

4 commits

Author SHA1 Message Date
b27409efcc Update dependencies
- add pandas 1.0 (for future chapter 09)
- add jupyter nbextensions (so that RISE can be configured)
2020-02-02 13:46:48 +01:00
759271b6a1 Update pyproject.toml, poetry.lock, requirements.txt
- use JupyterLab instead of just Jupyter
- update dependencies
2020-01-28 18:36:36 +01: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