-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow users to restart a service #264
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Would this PR cover your needs? #215 |
I think dedicated restarting/status/logging is worth pursuing. Over on jupyter(lab)-lsp, we've had similar concerns, especially for language servers that have file-based configurations someone may wish to update interactively.... or that get wedged, and need hard restarts. While we previously had a dependency on Perhaps we could consider some way of bringing some parts of the codebase back together, as a common upstream dependency, for example:
ideally, these wouldn't specify how the processes actually work: we're using a mishmash of stuff (especially on windows), and might end up having to do some more with e.g. |
Nah, a couple restart policies (especially if we don't have to think them
up) still seem quite useful... But sometimes it will make sense to want to
drive the bus manually, especially (again) if we don't have to think up a
novel ui.
|
I am and will be enabling users to run Bokeh, Dash, Flask, Panel, Streamlit and Voila apps on Jupyter Hub and Binder.
Those apps are a part of the explorative environment and users would expect to be able to update the underlying code and experience the updated apps. In my case the users might not even update the code them selves but the app code would be updated by other users/ a system team in one or more shared folders that are mounted.
Currently I don't see any way of restarting those services. I would like a feature to easily restart a service.
Additional Context
Examples of servers are
I have a similar request for
jupyter-panel-proxy
that it should provide functionality to restart. But I also created a feature request here as I believe the use case and request is more general. See holoviz/jupyter-panel-proxy#14The text was updated successfully, but these errors were encountered: