Skip to content

Commit a60a2e9

Browse files
Merge pull request #721 from Leo-bsb/add-tutorial
Add tutorial directory and a comprehensive tutorial notebook (no outputs)
2 parents b5cee41 + 7f4ffef commit a60a2e9

File tree

2 files changed

+3781
-0
lines changed

2 files changed

+3781
-0
lines changed

tutorials/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# PyGWalker Tutorials
2+
3+
This directory contains in-depth, step-by-step tutorials designed to complement the concise scripts in `/examples`.
4+
While the examples demonstrate specific features quickly, the tutorials focus on **progressive learning**, **real-world workflows**, and **best practices** for using PyGWalker effectively.
5+
6+
### Included
7+
8+
* **`complete_tutorial.ipynb`**
9+
A comprehensive beginner-to-intermediate notebook covering:
10+
11+
* environment setup and initialization
12+
* core chart types and interactions
13+
* data exploration workflows
14+
* real use cases (sales analytics, segmentation, experimentation)
15+
* performance tips and recommended patterns
16+
17+
This notebook is output-free to keep the repository lightweight, as interactive PyGWalker cells may generate large HTML payloads.

0 commit comments

Comments
 (0)