#17482: Fix load and save session in notebook
-------------------------------------+-------------------------------------
       Reporter:  kcrisman           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.5
      Component:  notebook           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Karl-Dieter        |    Reviewers:
  Crisman                            |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  7bc450bd0142af62e7393e6c65df25af365a901a
  u/kcrisman/loadsavesagenb          |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 No, this is actually easy to test and really has nothing to do with
 `DATA`.  And it's something a user definitely will want, it's not really
 that small of a bug, although the fix is very small.

 Before, if a user in the (for the sake of argument, assume single-user via
 `sage -n`) notebook wanted to save a session
 {{{
 save_session('foo')
 <boom>
 }}}
 The workaround was to tell the user exactly where to store it, but that is
 dumb.  Now,
 {{{
 save_session('foo')
 }}}
 'just works' in the notebook.   This is orthogonal to the `DATA` issue,
 because there isn't any other place one ''could'' save the session that
 will automatically be visible to a given worksheet in any given cell one
 chooses to evaluate the loading from.

--
Ticket URL: <http://trac.sagemath.org/ticket/17482#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to