This repository is organized by workshop so each content area can scale independently.
workshops/
<workshop_slug>/
README.md
data/
notebookLM/ (optional)
*.ipynb
- Workshop Folder: workshops/er_wait_time/
- Workshop README: workshops/er_wait_time/README.md
- Template Notebook: workshops/er_wait_time/er_wait_time_data.ipynb
- Filled Notebook: workshops/er_wait_time/er_wait_time_data_filled.ipynb
- Workshop Folder: workshops/engine_production/
- Workshop README: workshops/engine_production/README.md
- Template Notebook: workshops/engine_production/engine_production_data.ipynb
- Filled Notebook: workshops/engine_production/engine_production_data_filled.ipynb
- Facilitation Guide: workshops/engine_production/story_map_one_page.md
- Create a new folder in
workshops/<new_workshop_slug>/ - Add a workshop-specific
README.md - Add notebooks,
data/, and any supporting resources - Add an entry in the Available Workshops section above
requirements.txtcontains shared Python dependencies.assets/contains shared branding assets used across workshop docs.
This project is licensed under the MIT License - see the LICENSE file for details.