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