Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding new user in notebook #13623

Closed
sagetrac-startakovsky mannequin opened this issue Oct 19, 2012 · 1 comment
Closed

adding new user in notebook #13623

sagetrac-startakovsky mannequin opened this issue Oct 19, 2012 · 1 comment

Comments

@sagetrac-startakovsky
Copy link
Mannequin

sagetrac-startakovsky mannequin commented Oct 19, 2012

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/ in ()

/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:

Component: notebook

Issue created by migration from https://trac.sagemath.org/ticket/13623

@sagetrac-startakovsky sagetrac-startakovsky mannequin added this to the sage-5.5 milestone Oct 19, 2012
@kcrisman
Copy link
Member

comment:1

Exact dup of #13621.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants