Skip to content

Commit dfca46c

Browse files
fix: add jupyter dep
1 parent 7023583 commit dfca46c

File tree

3 files changed

+1544
-2
lines changed

3 files changed

+1544
-2
lines changed

notebooks/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"abstract":{},"authors":{},"category":"training courses with R and Python","deploymentUrl":{},"lastModification":"2025-10-21","name":{"en":"Quarto Basics","fr":"Quarto Basics"},"skills":{},"suggestedRequirements":{},"tags":{},"timeRequired":0}

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ version = "0.1.0"
44
description = "A tutorial for building a MLOps pipeline for automatic coding"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = []
7+
dependencies = [
8+
"jupyter>=1.1.1",
9+
]

0 commit comments

Comments
 (0)