JuliaPluto / PlutoDesktop

Pluto.jl bundled into an easy-to-install desktop app — currently under development
MIT License
44 stars 1 forks source link

Serve Pluto frontend assets from electron app and show Pluto main menu instantly #65

Closed fonsp closed 9 months ago

fonsp commented 1 year ago

Idea from @habemus-papadum: instead of the react app that shows a loading bar, we can display Pluto's index.html directly! This app is already designed to show loading bars while waiting for the Pluto server to be live and ready.

For this we need the electron app to serve all of Pluto's frontend assets. Then people can also see the featured notebooks instantly!