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
{{ message }}
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
bokeh is a Python package for producing interactive browser-based plots on top of bokehjs. The goal here is to seamlessly integrate the roygbiv "navigator" brain with bokeh interactive plots.
As of bokeh/bokeh#2800 , bokeh supports definition of custom widgets. I believe if we can wrap roygbiv into the bokeh framework, then we can brain <-> plot two-way interactive plots easily, and focus development fully in Python
That way, the user could define the data, plots and interactions in Python, and have the html/javascript generated on the fly.