Refactor code structure for improved readability and maintainability
Some checks failed
/ serve (push) Failing after 47s
Some checks failed
/ serve (push) Failing after 47s
This commit is contained in:
parent
7ea0ad923c
commit
71b8630862
7 changed files with 1378 additions and 25 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue