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 has been archived by the owner on Dec 18, 2023. It is now read-only.
@horizon-blue we discussed attempting to add Bokeh as a node requirement, similarly to how we have plotly installed using our custom component, but Bokeh is not designed as a node module, and cannot be simply added to the project. I'm am working through this in #1406 as I attempt to make the widgets in Jupyter (#1401) display in a Docusaurus build.
I'm in favor of closing this issue, but we could alternatively use Docusaurus's <Head> component to inject the Bokeh JavaScript needed only on the pages we need it, and removing the requirement from being loaded on every page in the Docusaurus config. Let me know what your opinion is on the two options
close and revisit once we know more about getting Bokeh to work in a static react app
update the current Bokeh component to inject the Bokeh scripts from their CDN on pages using the Head component.
Issue Description
Investigate using the node package for bokeh in the documentation.
The text was updated successfully, but these errors were encountered: