j-fu / PlutoVista.jl

Plot library for Pluto notebooks based on plotly.js for 1D data and vtk.js (thus using WebGL) for 2/3D data.
Other
26 stars 4 forks source link

Broken on 1.10 #13

Closed j-fu closed 1 year ago

j-fu commented 1 year ago

PlutoVista 1.0.x is broken on Julia 1.10 due to https://github.com/JuliaPluto/AbstractPlutoDingetjes.jl/issues/12 .

Temporary remedy: stick to PlutoVista 0.8.2 .

j-fu commented 1 year ago

Another temporary remedy: use the old Julia parser via setting JULIA_USE_FLISP_PARSER=1 in the environment.

j-fu commented 1 year ago

Fixed via https://github.com/JuliaPluto/HypertextLiteral.jl/pull/36