Opened 9 years ago
Closed 8 years ago
#13623 closed defect (duplicate)
adding new user in notebook
Reported by: | startakovsky | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
My output is the following based on instructions from the website. I am using Sage 5.3.
Thanks.
sage: from sagenb.notebook.notebook import load_notebook sage: nb = load_notebook(dir)
AttributeError? Traceback (most recent call last)
/home/steven/<ipython console> in <module>()
/home/steven/sage-5.3/devel/sagenb/sagenb/notebook/notebook.pyc in load_notebook(dir, interface, port, secure, user_manager)
1779 - a Notebook instance 1780 """
-> 1781 if not dir.endswith('.sagenb'):
1782 if not os.path.exists(dir + '.sagenb') and os.path.exists(os.path.join(dir, 'nb.sobj')): 1783 try:
AttributeError?: 'builtin_function_or_method' object has no attribute 'endswith' sage:
Change History (3)
comment:1 Changed 9 years ago by
- Status changed from new to needs_review
comment:2 Changed 9 years ago by
- Milestone changed from sage-5.5 to sage-duplicate/invalid/wontfix
- Status changed from needs_review to positive_review
comment:3 Changed 8 years ago by
- Component changed from PLEASE CHANGE to notebook
- Resolution set to duplicate
- Status changed from positive_review to closed
- Type changed from PLEASE CHANGE to defect
Exact dup of #13621.