> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/datadesigner/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/datadesigner/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/datadesigner/_mcp/server.

# Tutorials Overview

> Hands-on Jupyter notebooks for learning Data Designer.

These tutorials walk through Data Designer end-to-end with executable Jupyter notebooks. Each one runs in Google Colab — no local setup required.

| Notebook                                                                                                                                        | What you learn                                 |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [The Basics](/tutorials/the-basics)                                                                                                             | Declare columns, generate your first dataset   |
| [Structured Outputs, Jinja Expressions, and Conditional Generation](/tutorials/structured-outputs-jinja-expressions-and-conditional-generation) | Schema-constrained outputs and dynamic prompts |
| [Seeding with an External Dataset](/tutorials/seeding-with-an-external-dataset)                                                                 | Use existing data as input for generation      |
| [Providing Images as Context](/tutorials/providing-images-as-context)                                                                           | Multimodal prompts with image inputs           |
| [Generating Images](/tutorials/generating-images)                                                                                               | Create image columns from text prompts         |
| [Image-to-Image Editing](/tutorials/image-to-image-editing)                                                                                     | Edit images using image context                |