This is an issue with the kernel connection file (kernel-X.json) location.
connect.py is expecting it in ~\.ipython\profile_default\security and instead it's being placed in ...\AppData\Roaming\jupyter\runtime. Updating c.ConnectionFileMixin.connection_file in ~.ipython\profile_default\ipython_kernel_config.py to a static location allows Leo's IPython bridge to connect but prevents running multiple kernels concurrently unless the c.ConnectionFileMixin.connection_file is reverted after the bridge comes up. Will update post if I find a better solution. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
