SageMath 9.0 , Ubuntu 18.04.4 LTS
in sage terminal:
@interact
def _(n=(1,20)):
print(factorial(n))
gives the error:ModuleNotFoundError: No module named 'sagenb'
| 1 | initial version |
SageMath 9.0 , Ubuntu 18.04.4 LTS
in sage terminal:
@interact
def _(n=(1,20)):
print(factorial(n))
gives the error:ModuleNotFoundError: No module named 'sagenb'
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.