jupyter-server-proxy
jupyter-server-proxy copied to clipboard
Kill proxy process
How can I kill a process that I started using a proxy? Through the console method kill, it will create a new one.
Thanks for opening this, @igeti. I think currently there is no way for a process to be killed from the outside. However, if the process exits cleanly of its own accord, I think it won't be restarted. Hope this is helpful!
@yuvipanda thanks for the answer! As I understand you, I can’t kill it from the outside. But can I kill the process by calling terminate method (https://github.com/yuvipanda/simpervisor/blob/25b490f8932d0c376b17cc04e308dd98f755b583/simpervisor/process.py#L151)?
@igeti you should be, yeah. if you can find a way to call that. What process are you running?
@yuvipanda ui MLflow