[IPython-User] ipython console dies silently
Jorge Scandaliaris
jorgesmbox-ml@yahoo...
Thu Mar 8 02:52:58 CST 2012
Hi,
Attempting to start the console with a profile fails:
$ ipython console profile=foo
$ [IPKernelApp] To connect another client to this kernel, use:
[IPKernelApp] --existing kernel-7521.json
$ ps aux | grep ipython
jscandal 7590 0.0 0.0 8416 1080 pts/4 S+ 05:47 0:00 grep
--colour=auto ipython
Doing it in two steps, that is creating the kernel first and connecting the
console to it works:
$ ipython kernel profile=mpl &
[1] 7612
$ [IPKernelApp] To connect another client to this kernel, use:
[IPKernelApp] --existing kernel-7612.json
$ ipython console --existing kernel-7612.json
Python 2.7.2 (default, Jan 31 2012, 13:19:49)
Type "copyright", "credits" or "license" for more information.
IPython 0.13.dev -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]:
Should I fill a bug report, or what's going on?
Thanks
Jorge
More information about the IPython-User
mailing list