fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.93k stars 284 forks source link

package `LinearAlgebra` not found #2702

Closed ja72 closed 9 months ago

ja72 commented 9 months ago

Discussed in https://github.com/fonsp/Pluto.jl/discussions/2701

Originally posted by **ja72** November 6, 2023 I am new to Pluto and very excited to use it. However, I hit a snag when I was unable to import the `LinearAlgebra` package into my worksheet. ![image](https://github.com/fonsp/Pluto.jl/assets/22509289/710db096-5fa7-4947-a11f-6f60cfa4b9eb) In the underlying Julia installation of course I have [`LinearAlgebra`](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/) installed as a package and it works as intended. So what I am missing here with Pluto?