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

Thomas Kluyver <[email protected]> Fri, 15 Jul 2016 12:38:39 +0100
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CAOvn4qgOSkgsS5hvN3AErovuMiy-PWE5XO=Vb=4P6D0n16MgiQ@mail.gmail.com>
On 15 July 2016 at 07:22, klo uo <[email protected]> wrote:

> Where is "kernel-10128.json" located?
>
> I dont see it in ~/.ipython/profile_default/security nor anywhere in
> ~/ipython subfolders nor in temp location.
>

Sorry for the confusion. When IPython and Jupyter split, the general idea
of kernels and connection files went to Jupyter. IPython provides a
specific Jupyter kernel for running Python code.

You can see where connection files live on your platform by running:

jupyter --runtime-dir

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