Commit graph

13 commits

Author SHA1 Message Date
950909547c
Update the dependencies to up-to-date versions 2024-04-08 21:57:34 +02:00
a4c32f5811
Add xdoctest to the develop dependencies 2020-10-27 17:07:07 +01:00
3abae203cb
Pin the dependencies
- upgrade jupyterlab
- upgrade RISE
- upgrade transient dependencies:
  + nest-asyncio
  + notebook
  + pandocfilters
  + pygments
  + virtualenv
- pin transient dependencies:
  + flake8
  + socks
  + webpdf
2020-10-27 17:02:28 +01:00
9257890614
Pin the dependencies
- upgrade transient dependencies:
  + lxml
  + nbclient
  + urllib3
2020-10-19 20:12:06 +02:00
9ec2f57580
Pin the dependencies
- upgrade transient dependencies:
  + nbformat
  + traitlets
  + virtualenv
2020-10-15 15:45:08 +02:00
559c8e7b71
Pin the dependencies
- upgrade colorama (transient dependency)
2020-10-13 23:40:11 +02:00
ca1ccf21eb
Add numpy to the dependencies 2020-10-13 23:39:22 +02:00
35d20aae40
Add dependencies for presentation mode
- RISE extension for Jupyter
- jupyter-contrib-nbextensions
2020-10-12 22:49:53 +02:00
c67d26b787
Pin the dependencies
- use Poetry 1.1
- re-oder the keys in poetry.lock
- upgrade transient dependencies:
  + colorlog
  + identify
  + nbconvert
  + virtualenv
2020-10-12 11:28:27 +02:00
b3b8a0d5ab
Add pre-commit to the develop dependencies 2020-10-02 16:19:54 +02:00
fc87305922
Add nox to the develop dependencies 2020-10-02 15:18:40 +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