chore: add jupyterlab

This commit is contained in:
2022-06-23 23:40:42 +01:00
parent 99c45ff668
commit 4b36736990
4 changed files with 3413 additions and 196 deletions

View File

@@ -0,0 +1,20 @@
[tool.poetry]
name = "downloaded_data_inspection_lab"
version = "0.1.0"
description = ""
authors = ["Daniel Tomlinson <dtomlinson@panaetius.co.uk>"]
[tool.poetry.dependencies]
python = "^3.8"
jupyterlab = "^3.4.3"
jupyterlab-execute-time = "^2.1.0"
jupyterlab-code-formatter = "^1.4.11"
black = "^22.3.0"
isort = "^5.10.1"
pandas = "^1.4.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"