nearly, i work with save_session and load_session rigthn now, but i need
something like a fast switch between some environments like this:

do some stuff
create_snapshot(sshot1)
do some more stuff
create_snapshot(sshot2)
once again stuff
switch_snapshot(sshot1) #here sshot2 is saved in the last known stat
#here I can work with my bindings from the time i createt  sshot1
switch_snapshot(ssho2)
and once again continue with the last know state from sshot2

this could be done by writing own functions based on load/save_Session,
but i wonder if ther exists a build-in solution.

greatz Johannes


Am 29.09.2010 21:54, schrieb Jason Bandlow:
> On 09/29/2010 01:47 PM, Johannes wrote:
>   
>> Hi list,
>> is it possible to create in a given environment in sage a new one, which
>> know all in the parent defined variables and values, and i i leave it
>> again, ijust get back to my old values?
>>     
> Is this what you're looking for?
>
> http://www.sagemath.org/doc/tutorial/interactive_shell.html#section-save
>
> Cheers,
> Jason
>
>
>   

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to