qtconsole Questions

12

When I attempt to run $ jupyter qtconsole The console shows up, with the message Kernel died, restarting ________________________ Kernel died, restarting ________________________ Kernel died, r...
Ambert asked 23/9, 2016 at 5:4

2

Solved

When I load ipython with any one of: ipython qtconsole ipython qtconsole --pylab ipython qtconsole --pylab inline The output buffer only holds the last 500 lines. To see this run: for x in rang...
Longish asked 6/2, 2013 at 2:48

1

Solved

In CLion, What is the difference between Qt Console and Qt Widgets Executable project templates. My intuition is that Qt Console is CLI and Widgets is GUI, but googling hasn't confirmed this. I'm h...
Balenciaga asked 27/1, 2021 at 14:58

3

Solved

I need some advise here. I've installed ipython (sudo pip install ipython[all]) I've python 2.7, mac osx 10.9 64bits. I'm trying to lunch qtconsole camilo-mbp:mvc cami$ ipython qtconsole Traceba...
Counterattraction asked 9/9, 2014 at 19:37

1

I am trying to use the magic %qtconsole from jupyter notebook. I am working on my local connected to a remote server. WHen typing %qtconsole and shift-enter in a cell of the notebook, nothing happ...
Citizenry asked 9/1, 2017 at 1:10

1

Solved

This older question appears to be out of date. It used to be (based on reading git repos and the qtconsole issue tracker) you could launch the Jupyter QtConsole without a console window running th...
Rhoads asked 12/9, 2018 at 14:29

1

I am using ipython qtconsole (today it is called jupyter console). When printing latex (with sympy or any other way), the resulting output in a nice latex in black. Is there a way to change the co...
Zip asked 21/2, 2016 at 17:37

5

I'm trying to get text to display as bold, or in colors, or possibly in italics, in ipython's qtconsole. I found this link: How do I print bold text in Python?, and used the first and second answe...
Damondamour asked 24/4, 2014 at 14:18

0

Currently I am making an image authentication project in which I need to authenticate an image with the help of a key. I am taking the key as a raw_input from the user through the IPython console. ...
Pressing asked 22/8, 2017 at 10:14

3

Solved

Is there a way to change the config file to make jupyter qtconsole run the following command on startup?: %matplotlib inline
Gape asked 20/10, 2015 at 4:24

1

I have a PyQt program that is displaying some widgets and buttons. I want the program to run either as a standalone python instance, or inside an ipython environment. In this case, I use the follo...
Eristic asked 15/11, 2016 at 11:22

3

Solved

The following code does print 'I want this to print' in 'ipython qtconsole', however it does not print in plain IPython. import logging import logging.handlers log = logging.getLogger() f = logg...
Weyermann asked 17/6, 2014 at 9:17

1

Solved

I am using Kubuntu 16.04 with kde 5.6.4. I have installed anaconda python 3.5 which includes ipython qtconsole. To launch ipython qtconsole, I have to type ipython qtconsole in terminal. Is there ...
Cathepsin asked 22/6, 2016 at 5:8

1

Solved

I have Jupyter QtConsole installed in Ubuntu 16.04. How can I set default configuration like font family, size and initial imports?
Nephron asked 4/5, 2016 at 19:35

4

On an OSX 10.9, I have Qt5 installed. Later I installed Ipython, sip and PyQt5 all build from source. Now here is the problem: when I try to run ipython qtconsole, I have a bunch of errors related ...
Atonal asked 20/6, 2014 at 9:57

2

Solved

I have python 3.4 and ipython 2.3.1 installed on Windows 7. I installed ipython using pip from a wheel from http://www.lfd.uci.edu/~gohlke/pythonlibs/ (Thanks, Chris!). This install procedure does ...
Swaney asked 23/7, 2015 at 16:47

1

Solved

I would like to have autocompletion in IPython (Jupyter qtconsole or console) for the following case: I create a class class MyClass(object): def __init__(self, a, b): self.a = a self.b = b ...
Rheumatism asked 3/11, 2015 at 11:59

1

The title pretty much says what I want. I want to have more than 1000 lines of input in my ipython-history; which means that pressing arrow-up commands older are showing up. Is this possible? (pro...
Epispastic asked 26/9, 2014 at 13:42

2

Solved

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 activate Python 3.4 with the command "activate py3k". After this Spyd...
Tonometer asked 1/6, 2014 at 19:50

2

There are a few topics on this, but none with a satisfactory answer. I have a python application running in an IPython qt console http://ipython.org/ipython-doc/dev/interactive/qtconsole.html W...
Sigman asked 1/3, 2013 at 21:30

1

Solved

I have ipython with qtconsole installed and can start it via ipython qtconsole. I can also run a script via ipython -i my_script.py to stay in the interactive interpreter after the script finishes ...
Skidmore asked 22/1, 2014 at 22:13

5

Solved

I'm using IPython Qt Console and when I copy code FROM Ipython it comes out like that: class notathing(object): ...: ...: def __init__(self): ...: pass ...: Is there any way to copy them wi...
Leavitt asked 31/12, 2013 at 13:45

2

Solved

How do I use qDebug in a Qt console application to output to the Qt Creator "application output" window? Currently qDebug writes to the console window which interferes with the non-debug output. U...

1

Solved

I recently upgraded my version of pandas. I have the latest stable version installed now: pd.__version__ Out[5]: '0.10.1' prior to this upgrade, this is how dataframes were displayed in the qtco...
Luedtke asked 6/3, 2013 at 22:12
1

© 2022 - 2024 — McMap. All rights reserved.