luk400 / vim-jukit

Jupyter-Notebook inspired Neovim/Vim Plugin
MIT License
587 stars 23 forks source link

Connect to ipython session through ssh #88

Open datacubeR opened 1 year ago

datacubeR commented 1 year ago

Hey @luk400, I've been using your extension from a month or so, and it works great.

But my use case depends heavily running machine learning code in a remote machine through ssh.

Is there a way to start Ipython from the ssh machine? My idea is still code locally but I understand that vim-jukit copies code to the running ipython session, so my idea is that the ipython session comes from the remote machine.

I'm using kitty and I tried using JukitOut ssh... But it seems it is not possible.

Any guideline or workaround will be very helpful.

Thanks in advance