You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running export_directory with the cache activated and state "unbaked", it looks like the file.plutostate is modified by rerunning the script once, future reruns do not modify the file.
To reproduce:
Get a notebook file.jl
Render it once with Export_baked_state = false and with a Export_cache_dir and get file.html, file.plutostate and some cache/<hash>.plutostate
Store a copy of file.plutostate.old
Render it again, the execution states: Loaded from cache, skipping notebook run
The file.plutostate is now different from file.plutostate.old
Make another copy file.plutostate.notthatold
Render again!
Now file.plutostate is the same as file.plutostate.notthatold
The text was updated successfully, but these errors were encountered:
When running
export_directory
with the cache activated and state "unbaked", it looks like thefile.plutostate
is modified by rerunning the script once, future reruns do not modify the file.To reproduce:
file.jl
Export_baked_state = false
and with aExport_cache_dir
and getfile.html
,file.plutostate
and somecache/<hash>.plutostate
file.plutostate.old
Loaded from cache, skipping notebook run
file.plutostate
is now different fromfile.plutostate.old
file.plutostate.notthatold
file.plutostate
is the same asfile.plutostate.notthatold
The text was updated successfully, but these errors were encountered: