Refactor code structure for improved readability and maintainability
Some checks failed
/ serve (push) Failing after 47s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 16:48:54 +02:00
parent 7ea0ad923c
commit 71b8630862
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 1378 additions and 25 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[project]
name = "cours4-0"
version = "0.1.0"
description = "Cours 4.0"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mystmd",
"jupyter-server",
"ipykernel",
"matplotlib",
"numpy",
"pandas",
"scipy",
]