Skip to content
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 won't load #703

Closed
BrettKnoss opened this issue Nov 21, 2020 · 2 comments
Closed

Plots won't load #703

BrettKnoss opened this issue Nov 21, 2020 · 2 comments

Comments

@BrettKnoss
Copy link

Plots.jl cycles but never loads or gives an error.

@fonsp fonsp closed this as completed Nov 27, 2020
@SyxP
Copy link
Contributor

SyxP commented Nov 30, 2020

I decided to comment on this. @BrettKnoss has given more information on this problem on discourse: https://discourse.julialang.org/t/pluto-fails-to-compile-plots/50886

I believe this is related to JuliaLang/julia#35663 . Pluto creates an environment for each notebook, and thus the proposed mitigation of of opening the environment directly from a fresh Julia run does not work.

@m-yaghini
Copy link

This fixed my issue (note that you have to run this inside a Pluto cell):

import Pkg; Pkg.build("Plots")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants