Closed VoSiLk closed 2 years ago
Hi @VoSiLk ,
there is JLD2.@save
and JLD2.@load
which try exactly that but they are no longer documented because it is not recommended practice.
You've already made the point yourself
Something like this, but a bit more advanced and robust.
this is ridiculously hard. In particular, it is not possible to store and load functions or packages, so it would always be incomplete.
I would second that this is a useful feature to have even if imperfect. I remember the @save macro to be useful for this in the past, but it seems to no longer work
opening file "... .jld2": Invalid argument
Perhaps it can't be perfect, but in the imperfect world of prototyping and scientific computing it can still be convenient. Especially in MATLAB for example, this is standard functionality...
Hi,
is there a function to automatically load or save the whole workspace. Sometimes when I get off work, I would like to comfortably reload my stand from the day before.
Something like this, but a bit more advanced and robust.
Best regards