Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Store html version for fast preview

Open aplavin opened this issue 2 years ago • 3 comments

When one opens a pluto notebook, he doesn't see any output until all packages are installed and notebook executed. This takes lots of time, especially when looking through many notebooks to find something.

Would be real nice if Pluto automatically stored an HTML export-like version of each notebook in some cache directory, and show all outputs immediately for notebooks that were already executed on the computer. Replacing those outputs with updated ones when they become available during execution.

aplavin avatar Feb 04 '23 00:02 aplavin

I started to use static-preview for all my repositories. If I am looking for something, I browse the repo's gh-pages.

greimel avatar Feb 04 '23 16:02 greimel

For GH repos it's nice, I'm mostly concerned about local notebooks.

aplavin avatar Feb 05 '23 12:02 aplavin

The use case here is partly resolved by #2563 ! Though it might still be cool to see cached old results in Safe preview mode.

fonsp avatar Oct 30 '23 12:10 fonsp