This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
RBokeh not working on Firefox on macOS from conda. #199
Comments
I believe the FF thing is an issue that might effect all htmlwidgets in notebooks, not just rbokeh. For example, I tried another htmlwidget, d3heatmap: library(d3heatmap)
d3heatmap(mtcars, scale = "column", colors = "Spectral", width = 500, height = 500) And it doesn't work in a notebook in FF but it works in Chrome and Safari. Can you try this example and see if there are commonalities in the errors? /cc @ramnathv |
@hafen are you talking about jupyter notebooks? can you provide a reproducible example. |
I tried this:
and got the same thing, no joy from Firefox (exact same exception), worked fine in Chrome and Safari. |
Is there any progress on this? I'd love to be able to recommend Firefox here but cannot. |
hi, i didn’t find a solution for this yet, but if you get some recursion error killing your IRkernel, please upgrade IRkernel 0.8.7→0.8.8 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue began over at ContinuumIO/anaconda-issues#1391, but has now morphed into something that seems to be rbokeh specific. Conda defaults has the latest packages for nearly all of this stack at present. A simple example of RBokeh works fine in Chrome and also Safari but not in Firefox.
To create the environment:
Test-case:
Warning from Chrome:
Error from Firefox:
In
main.min.js
I see:Here:
body
(andthis.contentDocument.body
) is null.A screen-grab of the Firefox debugger:
.. hopefully this is useful?
The text was updated successfully, but these errors were encountered: