First round of fiddling

This commit is contained in:
2026-02-02 16:26:10 -05:00
commit a253955528
9 changed files with 16042 additions and 0 deletions

16
pyproject.toml Normal file
View File

@ -0,0 +1,16 @@
[tool.poetry]
name = "jupyter-analysis"
version = "0.1.0"
description = "Jupyter notebook project for data analysis and charting"
authors = ["Justin"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.13"
jupyter = "^1.1.1"
pandas = "^3.0.0"
plotly = "^6.0.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"