remote_ikernel icon indicating copy to clipboard operation
remote_ikernel copied to clipboard

Convert extracted matches to strings

Open rgov opened this issue 4 years ago • 0 comments

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, which causes an exception.


I'm creating this here because the main repository uses Mercurial which is deprecated on Bitbucket. I recommend making this the main repository and closing the other.

rgov avatar Dec 02 '19 17:12 rgov