Skip to content

Instantly share code, notes, and snippets.

@catchmrbharath
Created June 15, 2012 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save catchmrbharath/2935212 to your computer and use it in GitHub Desktop.
Save catchmrbharath/2935212 to your computer and use it in GitHub Desktop.
from IPython.frontend.qt.console.qtconsoleapp import IPythonQtConsoleApp
from sympy import init_printing
a = IPythonQtConsoleApp()
a.initialize()
a.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment