chore: add jupyterlab
This commit is contained in:
File diff suppressed because it is too large
Load Diff
611
playground/downloaded_data_inspection_lab/Untitled.ipynb
Normal file
611
playground/downloaded_data_inspection_lab/Untitled.ipynb
Normal file
File diff suppressed because one or more lines are too long
1891
playground/downloaded_data_inspection_lab/poetry.lock
generated
Normal file
1891
playground/downloaded_data_inspection_lab/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
20
playground/downloaded_data_inspection_lab/pyproject.toml
Normal file
20
playground/downloaded_data_inspection_lab/pyproject.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user