1 | initial version |
SageMathCell behaves similarly to Jupyter: the output of a cell is the result of the last command in that cell. If you want to display something, use the Python function print
such as
print(E.integral_points())
print(E.rank())