I would read the notebook help but it fails:

sage: help (notebook)
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-7-f515d687bfdb> in <module>()
----> 1 help (notebook)

/home/ale/Scaricati/sage-6.3/local/lib/python2.7/site-packages/sage/misc/
sagedoc.pyc in help(module)
   1454             from sage.misc.sageinspect import sage_getdef, 
_sage_getdoc_unformatted
   1455             docstr = 'Help on ' + str(module) + '\n'
-> 1456             docstr += 'Definition: ' + module.__name__ + sage_getdef
(module) + '\n'
   1457             pydoc.pager(docstr + _sage_getdoc_unformatted(module))
   1458         else:

/home/ale/Scaricati/sage-6.3/local/lib/python2.7/site-packages/sage/misc/
lazy_import.so in sage.misc.lazy_import.LazyImport.__getattr__ (build/
cythonized/sage/misc/lazy_import.c:2837)()

AttributeError: NotebookObject instance has no attribute '__name__'




-- 
Informativa sulla Privacy: http://www.unibs.it/node/8155

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

Reply via email to