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
Adding a new plot relies on converting between Bokeh plot element ids and indices for a selection. There is currently no way of inspecting this process during development (adding a new plot type, say).
We could output the Bokeh indices with console.log, or store the most recent selection (in the python kernel). Either possibility could be enabled with a verbose flag.
Adding a new plot relies on converting between Bokeh plot element ids and indices for a selection. There is currently no way of inspecting this process during development (adding a new plot type, say).
We could output the Bokeh indices with console.log, or store the most recent selection (in the python kernel). Either possibility could be enabled with a
verbose
flag.Related: #47
The text was updated successfully, but these errors were encountered: