[IPython-dev] Disabling Authentication for Kernels
Thomas Kluyver
takowl at gmail.com
Mon Mar 2 12:33:25 EST 2015
On 2 March 2015 at 00:23, Andrew Gibiansky <andrew.gibiansky at gmail.com>
wrote:
> 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)?
If your language has a working HMAC library, implementing the
authentication should be trivial. Even in R, it wasn't hard:
https://github.com/takluyver/IRkernel/blob/master/R/kernel.r#L15
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150302/57090b7e/attachment.html>
More information about the IPython-dev
mailing list