Guest User

Untitled

a guest
Nov 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. from IPython.frontend.qt.console.qtconsoleapp import IPythonQtConsoleApp
  2. a = IPythonQtConsoleApp()
  3. a.initialize()
  4. # load the sympyprinting extension in the kernel before starting
  5. a.kernel_manager.shell_channel.execute("%load_ext sympyprinting", silent=True)
  6. a.start()
Add Comment
Please, Sign In to add comment