Using remote Jupyter Notebooks on iPad
I do the majority of my coding on a remote server which houses the data and virtual environments I use. When I’m working on my laptop, I’ll open a remote session through the VSCodium extension Open Remote - SSH by GitHub user jeanp413 which has all the niceties and tools I’m used to, like GitHub Copilot. However, when traveling for conferences, workshops, etc., I can find it cumbersome to lug my laptop around. So, I found a way to remotely edit and run my code using my iPad through Jupyter Notebooks. It isn’t the most comfortable setup and I don’t have access to all the tools I’m used to, but it only requires installing one free app, Termius, a “modern SSH client designed for productivity and collaboration.”.
2025-08-15