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
Currently, you need matplotlib for certain functionality (e.g colormaps) to use bokeh. Even if certain features are missing without matplotlib, I feel the bokeh backend should be usable even without matplotlib installed.
The text was updated successfully, but these errors were encountered:
Quick note, I think the matplotlib compatibility layer in bokeh is already factored out fairly cleanly, so all that has to happen is wrapping imports in try/excepts and for a small number of functions in holoviews.plotting.bokeh.util to handle the lack of matplotlib gracefully. The other missing piece are the magics, which I think currently assume matplotlib as the default backend, causing all kinds of issues when it's not available. Not a huge job and definitely worth doing.
Currently, you need matplotlib for certain functionality (e.g colormaps) to use bokeh. Even if certain features are missing without matplotlib, I feel the bokeh backend should be usable even without matplotlib installed.
The text was updated successfully, but these errors were encountered: