#8100: running the notebook should not change the working directory
--------------------------+-------------------------------------------------
Reporter: jhpalmieri | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.2
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
In sage-4.3.2.alpha0 (and all earlier versions I can remember), running
the notebook changes my working directory:
{{{
sage: pwd
'/Users/palmieri'
sage: notebook()
The notebook files are stored in: sage_notebook.sagenb
**************************************************
* *
* Open your web browser to http://localhost:8000 *
* *
**************************************************
...
^C
...
sage: pwd
'/Users/palmieri/.sage'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8100>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.