jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.
https://jupyter-server-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
347 stars 148 forks source link

Process management and the ability to start and stop the launched process #475

Closed DeepCowProductions closed 4 months ago

DeepCowProductions commented 4 months ago

Hi and thanks for the project!

Currently, there is no process management of what ever you want to service behind this proxy. Meaning, if a process crashes or a user want's to restart it, the entire container has to be restarted.

How much effort be it be to have a list of running services displayed on the left toolbar? I.e. a new section under here: image

welcome[bot] commented 4 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

ryanlovett commented 4 months ago

Hi @DeepCowProductions , this is being worked on in #395.

DeepCowProductions commented 4 months ago

Ah, sorry I did not see this, thx :)

ryanlovett commented 4 months ago

@DeepCowProductions No worries!