Data visualisation for exploration
Trainers: Jan Aerts and Ryo Sakai.
Teaching assistants: Peiyang Huo and Pooja Wakchoure
Visualisation for exploration
Overview: Through this guided tutorial you will gradually build SVG visualisations in marimo. First the materials cover fundamental concepts using a marimo Python notebook and the pandas library; they include essential workflows for interactive data exploration and manipulation. Next you will be introduced to the basics of HTML/CSS, SVG, and a Python SVG package. The tutorial then continues to develop SVG visualisations in marimo, and adds custom visual elements and techniques for interactive visualisation.
Learning outcomes:
By the end of this session you will be able to:
- Relate to python notebooks and the pandas library
- Build SVG visualisations in marimo
Materials:
- Github repository: https://gitlab.kuleuven.be/aida-lab/teaching/g0r72a-tutorial-pythonsvg
- Teaching materials on Marimo: pythonsvg.aida-lab.be
- Marimo-SVG-cheatsheet
- Pandas-cheatsheet
- Circle exercise (turorial/antibiotics.py)