feat(core): add jupyter notebook
All checks were successful
Publish content / push (push) Successful in 1m47s
Publish content / build (push) Successful in 2m10s
Publish content / deploy (push) Successful in 1m13s

This commit is contained in:
2025-10-22 09:41:34 +02:00
parent 53d52771c7
commit 641b01a73c

View File

@@ -5,6 +5,7 @@ description = "Scripts pour la création de contenus éducatifs"
authors = [{name = "Benjamin Bertrand"}]
requires-python = ">=3.8"
dependencies = [
"jupyter>=1.1.1",
"prompt-toolkit>=3.0.0",
"pyyaml>=6.0",
"questionary>=2.0.0",
@@ -15,4 +16,4 @@ dev-dependencies = []
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"