Pokemon lab.

I really enjoyed the ability to work with different statistical data and see how to find incredibly specific uses for it all.
This commit is contained in:
Mike 2023-08-17 12:15:05 -04:00
parent e5635937b7
commit 805432a5f5
3 changed files with 3205 additions and 142 deletions

View File

@ -175,7 +175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.10.6"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ authors = ["Chris <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
jupyterlab = "^3.3.3"
pandas = "^1.4.2"
matplotlib = "^3.5.1"