-
Notifications
You must be signed in to change notification settings - Fork 77
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
Precompilation fails only in Jupyter notebook #448
Comments
I just tested the same in a Pluto notebook and the import succeeds however no plots show up |
Here is package status
|
Could you please (manually) add, build and test GR? ] add GR
] build GR
] test GR
using GR
plot(randn(10)) |
It seems to work only on the REPL, not on jupyter or pluto.
If I run jupyter lab's console with the IJulia kernel I get this error when I do
|
Should I report this with Pluto and Jupyter rather than GR? |
Yes. I don't think I can help here. |
Did you run |
Hello
I'm trying to import Plots in a jupyter notebook and for some reason, with a fresh environment (created a new
.julia
directory) and it runs fine in the command line, but when importing in Jupyter for some reason it fails.I'm running on Debian Unstable with Julia 1.7.1. Could somebody prompt me in the right direction?
Thank you!
The text was updated successfully, but these errors were encountered: