Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created November 22, 2013 07:39
Show Gist options
  • Select an option

  • Save nobonobo/7596271 to your computer and use it in GitHub Desktop.

Select an option

Save nobonobo/7596271 to your computer and use it in GitHub Desktop.
SymPyで綺麗な表示

SymPyで綺麗な表示

ubuntuの場合、 $ sudo apt-get install python-sympy ipython-qtconsole python-matplotlib $ ipython qtconsole

from sympy import *
%load_ext sympy.interactive.ipythonprinting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment