-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plots in notebook #242
Comments
Hi @truefalsename sorry about that. I will investigate and report back in the next couple days |
Hello, thanks. A bit more of puzzling info: not all the plots open in a separate window, most open correctly inline. The only one that is display in an electron window is based on the quiver function I made:
The test function I have provided however does not have this problem. |
Hi @truefalsename I just tried it out and didn't have any problems getting my plot to display in the notebook. Is this still a problem for you? If it is, would you please provide a minimal example that I could use to try to reproduce the issue? Thank you |
Hello! Have problem with simple plot: julia> plotlyjs() julia> Blink.AtomShell.install() |
Problem for Jupyter notebook using Plots plotlyjs() x = 1:10; y = rand(10); # These are the plotting data UndefVarError: _use_remote not defined Stacktrace: |
Thanks for contributing @YermolenkoIgor This is an issue with Plots.jl, not PlotlyJS.jl We are hoping to address this soon and get Plots + PlotlyJS working again. I've looked into the issue and will need a little bit of help from WebIO experts like @shashi, but we'll get it sorted out soon! |
Hey, sorry for the late reply. The problem remains after updating everything to the newest release |
Hi @truefalsename is this a problem still? Thanks |
Hello, sorry for the late reply: i changed computer moving to windows. |
Btw, I noticed also another thing: I cannot interact with 3d plots anymore. I am using the same code as on my old mac, the plots display in notebook (not the arrows one, that is still in the atom window) but they are rather buggy: cannot rotate them with the mouse and annotations are stuck to the first object I hover on. Has this something to do with the WebIO issue? I tried to downgrade and pin WebIO but the same issue happens |
Hi,
I noticed that after the new update plots are shown on an external electron window. Is there a way to have them shown in a cell of a jupyter notebook instead?
Thanks
The text was updated successfully, but these errors were encountered: