Skip to content

Commit b29f221

Browse files
committed
change 101 -> tutorial
1 parent 3dea148 commit b29f221

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/notebook_source/1-the-basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# ---
1414

1515
# %% [markdown]
16-
# # 🎨 Data Designer 101: The Basics
16+
# # 🎨 Data Designer Tutorial: The Basics
1717
#
1818
# #### 📚 What you'll learn
1919
#

docs/notebook_source/2-structured-outputs-and-jinja-expressions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# ---
1414

1515
# %% [markdown]
16-
# # 🎨 Data Designer 101: Structured Outputs and Jinja Expressions
16+
# # 🎨 Data Designer Tutorial: Structured Outputs and Jinja Expressions
1717
#
1818
# #### 📚 What you'll learn
1919
#
2020
# In this notebook, we will continue our exploration of Data Designer, demonstrating more advanced data generation using structured outputs and Jinja expressions.
2121
#
22-
# If this is your first time using Data Designer, we recommend starting with the [first notebook](/notebooks/1-the-basics/) in this 101 series.
22+
# If this is your first time using Data Designer, we recommend starting with the [first notebook](/notebooks/1-the-basics/) in this tutorial series.
2323
#
2424

2525
# %% [markdown]

docs/notebook_source/3-seeding-with-a-dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# ---
1414

1515
# %% [markdown]
16-
# # 🎨 Data Designer 101: Seeding Synthetic Data Generation with an External Dataset
16+
# # 🎨 Data Designer Tutorial: Seeding Synthetic Data Generation with an External Dataset
1717
#
1818
# #### 📚 What you'll learn
1919
#
2020
# In this notebook, we will demonstrate how to seed synthetic data generation in Data Designer with an external dataset.
2121
#
22-
# If this is your first time using Data Designer, we recommend starting with the [first notebook](/notebooks/1-the-basics/) in this 101 series.
22+
# If this is your first time using Data Designer, we recommend starting with the [first notebook](/notebooks/1-the-basics/) in this tutorial series.
2323
#
2424

2525
# %% [markdown]

docs/notebook_source/4-providing-images-as-context.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# ---
1414

1515
# %% [markdown]
16-
# # 🎨 Data Designer 101: Providing Images as Context for Multi-Modal Synthetic Data Generation
16+
# # 🎨 Data Designer Tutorial: Providing Images as Context for Multi-Modal Synthetic Data Generation
1717

1818
# %% [markdown]
1919
# #### 📚 What you'll learn
@@ -23,6 +23,9 @@
2323
# - ✨ **Visual Document Processing**: Converting images to chat-ready format
2424
# - 🏗️ **Structured Output Generation**: Using Pydantic models for consistent data schemas
2525
# - 🎯 **Multi-step Generation Pipeline**: Summary → Question → Answer generation workflow
26+
#
27+
# If this is your first time using Data Designer, we recommend starting with the [first notebook](/notebooks/1-the-basics/) in this tutorial series.
28+
#
2629

2730
# %% [markdown]
2831
# ### ⬇️ Install dependencies (if required)

0 commit comments

Comments
 (0)