Commit graph

5 commits

Author SHA1 Message Date
3b9fc59cb6
Add noxfile 2020-10-02 15:34:31 +02:00
fc87305922
Add nox to the develop dependencies 2020-10-02 15:18:40 +02:00
1351adaa62
Ignore Jupyter's checkpoint files 2020-09-30 16:33:33 +02:00
9fbfb9de8d
Add jupyterlab to the dependencies 2020-09-30 16:21:56 +02:00
057a9229d5
Initial commit
- add the following files:
  + LICENSE.txt => use MIT license as the project should be
                   accessible to anybody who wants to learn Python
  + README.md => provide a rough description of the project
  + pyproject.toml => initialize poetry and the add project metadata
  + poetry.lock => initialize poetry
  + .gitignore => hide pyenv and poetry artifacts
  + static/link/ => folder holding images for links
- for the pre-2020 version of the files, check out the "v0.0.0" tag
2020-09-30 16:04:36 +02:00