|
@@ -7,7 +7,7 @@ import scipy.io.wavfile
|
|
|
import sympy
|
|
|
from matplotlib import pyplot # pylint: disable=unused-import; frequently used in shell
|
|
|
|
|
|
-# https://docs.sympy.org/latest/modules/interactive.html?highlight=init_printing#module-sympy.interactive.printing
|
|
|
+# https://docs.sympy.org/latest/modules/interactive.html#module-sympy.interactive.printing
|
|
|
sympy.init_printing(pretty_print=True)
|
|
|
|
|
|
|