Add jupyterlab to the dependencies

This commit is contained in:
Alexander Hess 2021-05-24 15:43:47 +02:00
parent a397091726
commit e14a3ff0ad
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 1231 additions and 2 deletions

1232
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -27,5 +27,6 @@ repository = "https://github.com/webartifex/intro-to-data-science"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
jupyterlab = "^3.0.16"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]