classroom/roles/matplotlib/tasks/main_lin.yml
Gašper Fele-Žorž 5620a7ebfe Disable CUFinder
2025-08-18 15:51:54 +02:00

11 lines
276 B
YAML

- name: Install matplotlib
apt:
name:
- python3-matplotlib
- python3-matplotlib-inline
- python3-matplotlib-venn
- python3-mpl-animators
- python3-mpl-scatter-density
- python3-mplcursors
- python3-mplexporter
state: latest