Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 668 Bytes

File metadata and controls

17 lines (10 loc) · 668 Bytes

plotting_in_python

Please see the about section for a link to slides.

Exemplify the data exploration through visualization

  1. Introduction and Set-up (10 minutes)
  2. Plotting in principles (20 minutes)
  3. Break (5 minutes)
  4. 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.