[sage-support] Re: error with help(notebook)

2014-12-09 Thread a . barbieri009
Il giorno martedì 9 dicembre 2014 02:33:50 UTC+1, kcrisman ha scritto: > > > I would read the notebook help but it fails: >> >> sage: help (notebook) >> > > > This is in fact expected. Try > > sage: notebook? > > for what you most likely want. Or, > > sage: import sagenb > sage: help(sagenb.no

[sage-support] Re: error with help(notebook)

2014-12-08 Thread kcrisman
> I would read the notebook help but it fails: > > sage: help (notebook) > This is in fact expected. Try sage: notebook? for what you most likely want. Or, sage: import sagenb sage: help(sagenb.notebook) this is because `help` needs a Python module, not just a command. In general, the

[sage-support] Re: error with help(notebook)

2014-12-08 Thread a . barbieri009
Il giorno martedì 9 dicembre 2014 00:01:27 UTC+1, a.barb...@studenti.unibs.it ha scritto: > > I would read the notebook help but it fails: > > sage: help (notebook) > --- > AttributeErrorTraceback