remote_ikernel
remote_ikernel copied to clipboard
Fixes for windows clients
This contains 2 small but important changes for windows clients.
- The connection needs to use
\nas the newline character to work with Linux servers; otherwise basically every command fails and the kernel never starts. (The Windows-to-Linux case is the only one I have tested.) - The
PopenSpawnobject does not come with asendintrmethod, but it does havekillwhich can send any signal. This addssendintrin the adapter object to restore the functionality of killing the kernel when the jupyter-lab process is interrupted.