You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add Windows support?
The main problem seems to be that pexpect module is not fully compatible with Windows, especially pexpect.spawn() function: pexpect.readthedocs.org/en/stable/overview.html#pexpect-on-windows
Original comment by Tom Daff (Bitbucket: tdaff, GitHub: tdaff).
Hi Denis,
Thanks for the request! This is on my todo list. I've looked in to it before, and I think it should be possible... It will need an equivalent for pexpect.spawn() (wexpect or winpexpect, maybe others might work), something to tunnel ssh connections (probably paramiko, since native ssh is not yet available on windows), and a little bit of thinking.
If you need Windows support now, everything should work in cygwin, although I had some trouble getting Jupyter installed last time I tried.
I just learning Python, and tried to use PopenSpawn to send message with Windows . It works for me, although some known bugs have not been solved for the time being, such as unsuccessfully killing the kernel process when pass the button of "shutdown the kernel" on the juptyer UI of client. https://github.com/jmu/remote_ikernel
Original report by Denis Sergeev (Bitbucket: dennissergeev, GitHub: dennissergeev).
Hi,
Would it be possible to add Windows support?
The main problem seems to be that pexpect module is not fully compatible with Windows, especially pexpect.spawn() function: pexpect.readthedocs.org/en/stable/overview.html#pexpect-on-windows
But there is a windows-ported pexpect: https://gist.github.com/anthonyeden/8488763
Is it possible to plug it in? Are there any other limitations on windows?
Thanks.
The text was updated successfully, but these errors were encountered: