I’m writing some documentation using Documenter.jl and would like to create a sort of follow along guide (like a jupyter notebook).
Currently, I’m using @example blocks for showing the code and the results of that computation. As the computations can take quite some time, is there a way to keep the results for the next @example block?
Is there a better way of doing this?
Thanks,
Tom