First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 5 years ago

ortollj gravatar image

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'