psutil is only used to display CPU and memory usage in the status bar. If
getting psutil to work is not so easy, it may be easier in the short term
to patch Spyder so that it does not display memory usage and runs without
psutil.
Jitse
On Thursday, 17 November 2016 21:25:54 UTC, peeter001 wro
Hi all,
In spyder2 there is for each ipython console window a corresponding kernel
window. The kernel window shows different useful messages that are not
printed in the ipython window. In spyder3 the kernel window is missing. Is
there any way to get the same printed messages in spyder3?
With k
Hi,
We're working on trying to have that fixed. Could you post an example of
messages that are not shown in our IPython consoles in Spyder 3.0?
Thanks,
Carlos
El 18/11/16 a las 05:59, Pieter Eendebak escribió:
Hi all,
In spyder2 there is for each ipython console window a corresponding
ker
Hi,
We're going to use psutil to do other things, for example to better
detect previous instances of Spyder:
https://github.com/spyder-ide/spyder/pull/3659
So it's better to ask the psutil maintainer to support DragonFly BSD :-)
Cheers,
Carlos
El 18/11/16 a las 05:32, Jitse Niesen escr
A minimal example is:
import logging
logging.warning('hello')
In the kernel window (spyder 2.3.8) this shows as:
WARNING:root:hello
bye,
Pieter
Op vrijdag 18 november 2016 16:07:28 UTC+1 schreef Carlos Córdoba:
>
> Hi,
>
> We're working on trying to have that fixed. Could you post an example
Hi,
This particular example works for me now. I think it was fixed in
ipykernel 4.4, which is a dependency of qtconsole, the package used by
Spyder to create IPython consoles.
This is the list of packages I have in my system for you to compare (the
result of "pip list")
alabaster (0.7.9)
a