remote_ikernel icon indicating copy to clipboard operation
remote_ikernel copied to clipboard

All your Jupyter kernels, on all your machines, in one place.

Results 13 remote_ikernel issues
Sort by recently updated
recently updated
newest added

The code in the repo is significantly ahead of the latest release (both on github and PyPi) of 0.4.6 - Can you please release the updated GitHub code onto PyPi...

What will be the connection file details for R kernel ?

**[Original report](https://bitbucket.org/tdaff/remote_ikernel/issue/17) by Denis Sergeev (Bitbucket: [dennissergeev](https://bitbucket.org/dennissergeev), GitHub: [dennissergeev](https://github.com/dennissergeev)).** ---------------------------------------- Hi, Would it be possible to add Windows support? The main problem seems to be that pexpect module is not...

enhancement
major

Implement changes originally proposed at https://github.com/cboone/tdaff-remote_ikernel/commit/341b23262a95830e8b7451b224cf15240b0bb2d6. This allows Python3 support (tested with Python 3.7.3).

On Python 3, the matches are extracted as byte sequences, rather than strings. This means that the `RemoteIKernel.host` attribute changes from a string to a byte sequence in some cases,...

**[Original report](https://bitbucket.org/tdaff/remote_ikernel/issue/26) by Jean-Marc Andreoli (Bitbucket: [jmandreoli](https://bitbucket.org/jmandreoli), GitHub: [jmandreoli](https://github.com/jmandreoli)).** ---------------------------------------- The following lines (600-602) in kernel.py, which decode self.host, cause an error with slurm (and probably some other launchers), as...

bug
blocker

**[Original report](https://bitbucket.org/tdaff/remote_ikernel/issue/20) by Tony Hirst (Bitbucket: [ajh59](https://bitbucket.org/ajh59), ).** ---------------------------------------- I'm running remote kernels on a Lego EV3 and they can be quite slow to start up; I'm wondering if that...

bug
major

**[Original report](https://bitbucket.org/tdaff/remote_ikernel/issue/10) by Anonymous.** ---------------------------------------- On some machines, such as blue waters, ssh access necessarily requires a password (part of the authentication process relies on the one-time-password method). Is it...

enhancement
minor

**[Original report](https://bitbucket.org/tdaff/remote_ikernel/issue/25) by Anonymous.** ---------------------------------------- Since version 5.0.0, jupyter_client sets the sticky bit on the connection info file and its parent directory. This is to avoid the file being unexpectedly...

bug
minor