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
I am trying to embed ipywidgets into a Sphinx site (pydata/pydata-sphinx-theme#93) that is based on bootstrap. When RequireJS is loaded, it returns a few errors that prevent loading. They begin with:
After looking around it seems like the RequireJS may be clashing with the BootstrapJS somehow, such that this error is raised. Does anybody have suggestions for how to get these two playing nicely with each other?
The text was updated successfully, but these errors were encountered:
I am trying to embed ipywidgets into a Sphinx site (pydata/pydata-sphinx-theme#93) that is based on bootstrap. When RequireJS is loaded, it returns a few errors that prevent loading. They begin with:
and then a bunch of minified JS.
After looking around it seems like the RequireJS may be clashing with the BootstrapJS somehow, such that this error is raised. Does anybody have suggestions for how to get these two playing nicely with each other?
The text was updated successfully, but these errors were encountered: