compleathorseplayer / Neptune.jl

Simple (Pluto-based) non-reactive notebooks for Julia
Other
67 stars 5 forks source link

[BUG] Exported static html's can't fetch css, ugly #20

Open gustaphe opened 3 years ago

gustaphe commented 3 years ago

It's trying to fetch https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.14.0/frontend/editor.css and others which don't exist => ugly html. If I export the same notebook from Pluto it wants https://cdn.jsdelivr.net/gh/fonsp/Pluto.jl@0.12.21/frontend/editor.css

Guessing this is because Neptune has higher version numbers than Pluto. These files should probably be fetched either from a neptune specific page, or from a place determined by the version of Pluto, not the version of Neptune.