First time here? Check out the FAQ!
asked 5 years ago
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'