Commit graph

15 commits

Author SHA1 Message Date
f6da894be9 Bumb version number 2020-04-15 00:37:53 +02:00
0f5b439256 Bump version number 2020-03-30 02:51:38 +02:00
3169b196b1 Bump version number 2020-03-26 02:52:16 +01:00
5108f8446f Bump version number 2020-03-12 01:00:16 +01:00
0519b49989 Bump version number 2020-02-09 23:03:31 +01:00
431d2aa31a Bump version number 2020-02-05 18:33:32 +01:00
40b6c9c5a6 Bump version number 2020-02-02 17:30:18 +01:00
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
615c3f1cc3 Bump version number 2019-11-20 11:05:04 +01:00
16194990b9 Bump version number 2019-11-06 16:27:13 +01:00
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