7 ms·
Anyone know if there is any terminal + server side piece that, like terminology or iterm2, lets me inline plot in R, python over ssh? Linux or mac.
by jasonmorton 10y ago
Anyone know if there is any terminal + server side piece that, like terminology or iterm2, lets me inline plot in R, python over ssh? Linux or mac.
- daleroberts 10y agoIf you are running a Mac for your desktop (with iTerm2) and ssh'ing into a Linux machine. These work if you run them remotely as the image gets transferred through the SSH session: https://github.com/daleroberts/itermplot https://github.com/daleroberts/itermplot https://github.com/daleroberts/bv https://github.com/daleroberts/bv Alternatively, for any other terminal emulator with Unicode 9.0 font support and true color support, you can use: https://github.com/daleroberts/tv https://github.com/daleroberts/tv This even includes Windows (using patched PuTTY) and remotely running 'tv' on a Linux machine.
- jasonmorton 10y agoThank you, I will try these. I was looking at your repo but couldn't tell if it would work remotely.