#13621: adding new user in notebook
--------------------------------+-------------------------------------------
Reporter: startakovsky | Owner: jason, mpatel, was
Type: defect | Status: new
Priority: major | Milestone: sage-5.5
Component: notebook | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
--------------------------------+-------------------------------------------
Changes (by kcrisman):
* cc: kini, jason (added)
Comment:
Assuming you're referring to
[http://www.sagemath.org/doc/reference/sagenb/notebook/notebook_object.html#sagenb.notebook.notebook_object.NotebookObject
the instructions below this point], you have to actually give the `dir` a
name! Otherwise you're just using Python's built-in `dir` command. I
suppose this depends on what you want.
{{{
sage: load_notebook?
Definition: load_notebook(dir, interface=None, port=None, secure=None,
user_manager=None)
Docstring:
Load and return a notebook from a given directory. Create a new
one in that directory, if one isn't already there.
INPUT:
* "dir" - a string that defines a directory name
}}}
I'm not sure this is really a bug, though perhaps a little change in
documentation wouldn't hurt.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13621#comment:3>
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.