Please see the about section for a link to slides.
Exemplify the data exploration through visualization
- Introduction and Set-up (10 minutes)
- Plotting in principles (20 minutes)
- Break (5 minutes)
- Data visualization in Python (30 minutes)
Notes on Marimo
We need to install the marimo package in Python using pip install "marimo[recommended]"
in the Terminal or !pip install "marimo[recommended]"
in your Python interactive window in VS code.
In your terminal run marimo edit
or marimimo edit [path_to_py_file]
and marimo will start running. This will give you a space to complete your project.