Where does IPython look for info when trying to connect to kernel

klo uo <[email protected]> Fri, 15 Jul 2016 08:22:51 +0200
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CAA-8Ld9Zwocu21H_U7TNNUPAq3OrZXDHjYHMKF1ABSw9_f_fEQ@mail.gmail.com>
I start kernel:

========================================
> ipython kernel
NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work.

To exit, you will have to explicitly quit this process, by either sending
"quit" from a client, or using Ctrl-\ in UNIX-like environments.

To read more about this, see https://github.com/ipython/ipython/issues/2049


To connect another client to this kernel, use:
    --existing kernel-10128.json
========================================

Where is "kernel-10128.json" located?

I dont see it in ~/.ipython/profile_default/security nor anywhere in
~/ipython subfolders nor in temp location.

If I try with `ipython console --existing` I connect successfully, but not
from IPython instance that I point to custom path with IPYTHONDIR env (path
that kernel instance is using).

If last sentence is confusing, ignore it, I'm just interested where is this
file located?

_______________________________________________
IPython-dev mailing list
[email protected]
https://mail.scipy.org/mailman/listinfo/ipython-dev