tdaff / remote_ikernel

All your Jupyter kernels, on all your machines, in one place.
https://pypi.org/project/remote_ikernel/
BSD 2-Clause "Simplified" License
17 stars 14 forks source link

Tunnels will die after a period of inactivity and it will seem like the notebook has become unresponsive #5

Closed tdaff closed 9 years ago

tdaff commented 9 years ago

Original report by Tom Daff (Bitbucket: tdaff, GitHub: tdaff).


The ssh_tunnel method from pyzmq has a timeout (so the tunnels do not last forever) but this means that tunnels for inactive notebooks exit after a while.

tdaff commented 9 years ago

Original comment by Tom Daff (Bitbucket: tdaff, GitHub: tdaff).


fixes #4 restarts tunnels if they die. No longer uses pyzmq to start the tunnels