Skip to content

Instantly share code, notes, and snippets.

@minrk
Forked from catchmrbharath/test.py
Created June 23, 2012 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minrk/2977356 to your computer and use it in GitHub Desktop.
Save minrk/2977356 to your computer and use it in GitHub Desktop.
from IPython.frontend.qt.console.qtconsoleapp import IPythonQtConsoleApp
a = IPythonQtConsoleApp()
a.initialize()
# load the sympyprinting extension in the kernel before starting
a.kernel_manager.shell_channel.execute("%load_ext sympyprinting", silent=True)
a.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment