|   | 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())
 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.
 
                
                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.