fonsp / Pluto.jl

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

Pluto v0.19.34 broken on start #2740

Closed Reinis closed 7 months ago

Reinis commented 7 months ago

After updating Pluto on Arch Linux and launching, it opens, but shows Loading.... on the home page for my and featured notebooks. When opening new notebook, it opens a blank page.

attels

There is an error in browser console. Reloading with clear cache doesn't help. attels

marodriguezs commented 7 months ago

Same behavior in Windows 11, at the beginning it stays in "Loading..." and in "Create a new notebook" it presents a blank page.

(@v1.9) pkg> up
    Updating registry at `C:\Users\user0\.julia\registries\General.toml`
   Installed ExpressionExplorer ─ v1.0.0
   Installed Pluto ────────────── v0.19.34
    Updating `C:\Users\user0\.julia\environments\v1.9\Project.toml`
  [c3e4b0f8] ↑ Pluto v0.19.32 ⇒ v0.19.34
    Updating `C:\Users\user0\.julia\environments\v1.9\Manifest.toml`
  [21656369] + ExpressionExplorer v1.0.0
  [c3e4b0f8] ↑ Pluto v0.19.32 ⇒ v0.19.34
Precompiling project...
  2 dependencies successfully precompiled in 53 seconds. 44 already precompiled.
tlow22 commented 7 months ago

Same behavior on Mac as @marodriguezs mentioned. Currently working with 0.19.32 as a workaround.

ablaom commented 7 months ago

Same here.

julia> versioninfo()
Julia Version 1.9.1
Commit 147bdf428cd (2023-06-07 08:27 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin22.4.0)
  CPU: 12 × Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake)
  Threads: 12 on 12 virtual cores
Environment:
  JULIA_LTS_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
  JULIA_PATH = /Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia
  JULIA_EGLOT_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
  JULIA_NUM_THREADS = 12
  DYLD_LIBRARY_PATH = /usr/local/homebrew/Cellar/libomp/9.0.1/lib/
  JULIA_NIGHTLY_PATH = /Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia
axelparmentier commented 7 months ago

Same here

Julia Version 1.9.4 Commit 8e5136fa297 (2023-11-14 08:46 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 16 × Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake) Threads: 1 on 16 virtual cores Environment: LD_PRELOAD = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 LD_LIBRARY_PATH = :/home/axel/apps/gurobi1001/linux64/lib

Pangoraw commented 7 months ago

Thank you for the report. It looks like the bundler failed for the 0.19.34 release, I will trigger a new release from https://github.com/fonsp/Pluto.jl/commit/343ea9780ad7877c976f1792632a3404beea0401 which doesn't have the same problem.

Pangoraw commented 7 months ago

This issue should be fixed by updating to Pluto@0.19.35.