sympy.init_printing() not working in IPython terminal session
I wanted to do some quick calculations and I was too lazy to open a notebook file, so I just opened an IPython
session in the terminal. According to sympy’s documentation calling sympy.init_printing()
should initialize pretty printing in a python or IPython session. However, when I tried it, I didn’t get pretty printing: