Summary of the changes / Why this is an improvement
We don't really use them for visualization but instead use Grafana.
This removes them + the dependencies
(The motivation for this is a bit selfish, in my tooling setup I detect if black is available and if so use. We don't use black here so I ended up reformatting files that shouldn't be reformatted. Turns out black was pulled in by jupyter)
Summary of the changes / Why this is an improvement
We don't really use them for visualization but instead use Grafana. This removes them + the dependencies
(The motivation for this is a bit selfish, in my tooling setup I detect if
black
is available and if so use. We don't use black here so I ended up reformatting files that shouldn't be reformatted. Turns out black was pulled in by jupyter)Checklist