Hi,

I would like to replace (or modify) this kernel.js file: 
https://github.com/jupyter/notebook/blob/master/notebook/static/services/kernels/kernel.js

I want to do this because restarting or switching my kernel within a 
notebook sets up an infinite loop of the websocket trying to connect 
failing and retrying. I want to modify the kernel.js as a workaround so 
that it just reloading the page after killing the session and creating a 
new session. 
 
*Is there a way for me to do modify the kernel.js to do that? *

I know that you can define a kernel.js per kernel, but I don't think that 
will work in my case, as I believe the custom kernel.js runs after the 
kernel.js linked above, so we'd be stuck there and the custom kernel.js 
would never run. (please correct me if I'm wrong in that assumption)

Thank you! 

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/45db1825-1282-413c-814b-638da00408e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to