Winton
CCoder.com
•Created by Winton on 12/5/2024 in #help
SSH from vscode/terminal back to local desktop?
Lets say I start a terminal from the Coder UI in my browser (or I launch VSCode).
Is it possible to work an SSH tunnel back to my actual local desktop from the docker instance that I'm inside?
I've tried looking for things like SSH_CONNECTION, but thats just 0.0.0.0
My use case is this: My desktop has an OAUTH enabled AWS VPN connection. I want to be able to run some pymongo code in the docker container, and have it connect via my desktop vpn into AWS.
My use case is this: My desktop has an OAUTH enabled AWS VPN connection. I want to be able to run some pymongo code in the docker container, and have it connect via my desktop vpn into AWS.
10 replies
CCoder.com
•Created by Winton on 9/9/2024 in #help
How to stop Jupyter Kernels from dying when sleeping/disconnecting laptop?
Hi, This has become a fairly annoying problem - sometimes I just need to move my laptop, and if I have to sleep it, my Jupyter kernel will just stop and I'll have to rerun (expensive data processing code). Sure I can remember to pickle the data, but it seems like there should be a way to have the disconnection not kill the process and allow a restart.
We're using Coder on a remote machine, that I have limited access to, so any solution needs to be explainable in a way I can ask my admin to set up.
Thanks in advance,
Winton
13 replies
CCoder.com
•Created by Winton on 4/26/2024 in #help
Sharing Jupyter Notebooks?
I've long used Colab notebooks with Google, and they're amazing. I'm now having to use Jupyter Notebooks in VS Code, and am really frustrated that there isn't, as far as I can tell, a lightweight way of sharing them with my team, without basically checking them into Github, which feels like too much of a heavyweight process, for what should be easily shareable things.
Does anyone know a way to share a Jupyter notebook from my Coder instance? IE So I could them something like https://coder.office.adept-id.com/@Winton/Winton-Instance/MyNotebook.ipynb?
Cheers,
Winton
25 replies