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
Is not needed. I've removed this line and tested with Bokeh=2.4 and Bokeh=3.3. It works with both.
However, in Bokeh 3.3 the BOKEH_RESOURCES="inline" is not working. This was the default setting. I've changed it to "server" which works in both versions of Bokeh. The error when using "inline" is a JavaScript error:
I created this discourse topic to find out if this change is a bug or an intended change in Bokeh. Until this is fixed in Bokeh I've created some logic to set BOKEH_RESOURCES to server (for the gizmo only) if it is set to inline and Bokeh version is >2.
Describe the bug
I get ValueError when visiting the Bokeh page of the Gizmo showcase app when Bokeh 3.x is installed.
To Reproduce
Steps to reproduce the behavior:
conda install bokeh=3
Expected behavior
It should render the page without error showing bokeh plots.
Errors/Traceback
Screenshots
N/A
Tethys Environment Information
Include output from these commands:
Additional context
I was testing using microtethys.
The text was updated successfully, but these errors were encountered: