Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

interact still using sagenb ?

SageMath 9.0 , Ubuntu 18.04.4 LTS

in sage terminal:

@interact
def _(n=(1,20)):
    print(factorial(n))

Sage Interact Quick Start

gives the error:ModuleNotFoundError: No module named 'sagenb'