Top "Qtconsole" questions

QTConsole is a very lightweight widget that largely feels like a terminal, but provides a number of enhancements only possible in a GUI, such as inline figures, proper multiline editing with syntax highlighting, graphical calltips, and much more.

Repeated "Kernel died, restarting" forever

When I attempt to run $ jupyter qtconsole The console shows up, with the message Kernel died, restarting ________________________ Kernel died, restarting ________________________ …

python jupyter qtconsole jupyter-console
printing bold, colored, etc., text in ipython qtconsole

I'm trying to get text to display as bold, or in colors, or possibly in italics, in ipython's qtconsole. I …

python jupyter-notebook ipython jupyter-lab qtconsole
How do I embed an IPython Interpreter into an application running in an IPython Qt Console

There are a few topics on this, but none with a satisfactory answer. I have a python application running in …

python-2.7 ipython qtconsole
Start ipython qtconsole as interactive interpreter after script execution

I have ipython with qtconsole installed and can start it via ipython qtconsole. I can also run a script via …

python ipython qtconsole
Setting up IPython Qtconsole with PyQt5

On an OSX 10.9, I have Qt5 installed. Later I installed Ipython, sip and PyQt5 all build from source. Now here …

python macos pyqt ipython qtconsole
How to activate Ipython Notebook and QT Console with Python 3.4 in Anaconda 2.0

I have installed in Window 7 environment Anaconda 2.0. The default Python is 2.7 but also Python 3.4 is installed. I am able to …

python ipython anaconda qtconsole
Logging module does not print in IPython

The following code does print 'I want this to print' in 'ipython qtconsole', however it does not print in plain …

python logging ipython qtconsole