You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
The text was updated successfully, but these errors were encountered:
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]
.The text was updated successfully, but these errors were encountered: