<div dir="ltr"><div>Folks,</div><div><br></div>Since IPython 3.0 has been released, I am now frantically trying to get IHaskell into a state where it can be used with 3.0 :) <div><br></div><div>I am running into the issue of authentication. In previous IHaskell releases, I have disabled it via</div><div><br></div><div><div><font face="monospace, monospace">c.Session.key = b''</font></div><div><font face="monospace, monospace">c.Session.keyfile = b''</font></div></div><div><br></div><div>as it was nontrivial to implement and had not been requested by any users. </div><div><br></div><div>However, with Jupyter, I am attempting to avoid creating a separate IHaskell profile, so IHaskell can be used just as a Jupyter kernel. </div><div><br></div><div>Is there a way to disable authentication for a kernel via its kernelspec/kernel.json? If not, is there any way around this issue other than creating a custom profile (or biting the bullet and figuring out and implementing authentication)?</div><div><br></div><div>Should've started working on this ages ago, but kept having other more pressing issues... :)</div><div><br></div><div>Thanks,</div><div>Andrew</div></div>