Some people might want to roll out their own visualization code. One thing that could make it easier to support this is to offload the visualization dependencies (matplotlib, pandas, ...) into an optional dependency, so you can install this with a flag like pip install devinterp[viz].
Some people might want to roll out their own visualization code. One thing that could make it easier to support this is to offload the visualization dependencies (matplotlib, pandas, ...) into an optional dependency, so you can install this with a flag like
pip install devinterp[viz]
.