All possible. I think it's all pretty well-described in the JLD docs, but write back if not.
--Tim On Wednesday, December 16, 2015 04:10:48 PM [email protected] wrote: > I've used @save and @load to save variables from some experimenting > sessions. Now, I want to get rid of a view. > > @save to a new variable doesn't quite work if I started by @load 'ing as > there is no way to remove an item from an existing Julia workspace (except > the entire workspace). > > Can I save incrementally into an existing JLD "file"? This would do the > trick. > > If there is no quick&dirty way then I'll just use the functional API and > start a fresh session file. > > Tx.
