You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BEvanGelderen edited this page Feb 26, 2025
·
2 revisions
print statements
At the bottom of a code block, do not use print(x) but instead just write x as the last line to have it printed. This ipython magic uses the display function, which makes tables look nice.