Skip to content

Instantly share code, notes, and snippets.

@woquozoco
woquozoco / environment.yml
Last active April 13, 2026 20:07
Matplotlib interactief plot
name: python-environment
channels:
- conda-forge
dependencies:
- python
- numpy
- pip
- pip:
- ipympl
- matplotlib