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
Since you fixed the last issue so quickly, I figured I'd give you more⸮
Using Julia master, IPython 2.3.1, latest Interact.jl and Gadfly 0.3.10 (latest), I have problems with the Gadfly plots in the "03-Interactive Diagrams and Plots" documentation notebook.
In Firefox 34, the plot's content doesn't show, the axes do. The js-console has one potentially related output "Empty string passed to getElementById().":
In Chromium 39, the plot shows correctly, but any interaction doesn't update the plot, though the Kernel indicator shows "Kernel Busy" for a brief period after any interaction. Seemingly no interesting output in the js-console:
Using Gadfly itself without any @manipulate works perfectly fine in the exact same notebook, which makes me think it's an Interact.jl issue.
The text was updated successfully, but these errors were encountered:
Since you fixed the last issue so quickly, I figured I'd give you more⸮
Using Julia master, IPython 2.3.1, latest Interact.jl and Gadfly 0.3.10 (latest), I have problems with the Gadfly plots in the "03-Interactive Diagrams and Plots" documentation notebook.
In Firefox 34, the plot's content doesn't show, the axes do. The js-console has one potentially related output "Empty string passed to getElementById().":
In Chromium 39, the plot shows correctly, but any interaction doesn't update the plot, though the Kernel indicator shows "Kernel Busy" for a brief period after any interaction. Seemingly no interesting output in the js-console:
Using Gadfly itself without any
@manipulate
works perfectly fine in the exact same notebook, which makes me think it's an Interact.jl issue.The text was updated successfully, but these errors were encountered: