-
Notifications
You must be signed in to change notification settings - Fork 149
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
Support Restarting jupyterlab-lsp #283
Comments
The backend part, Jupyter-lsp, is an extension to the notebook server. Are
you trying to restart:
- the notebook server that hosts jupyter-lsp
- language server processes managed by jupyter-lsp
If the latter, we have several existing issues open that are more
descriptive: #268, #237
If the former: we will need more information, as that sounds pretty bad,
and should be fixed rather than patched over.
To the larger issue: We're definitely interested in this working in
docker, but like any other tool, Docker isn't a magic bullet, and for
interactive work has plenty of limitations.
…On Wed, Jun 17, 2020, 03:46 Ben Chuanlong Du ***@***.***> wrote:
Elevator Pitch
Provide a way to restart jupyterlab-lsp.
Motivation
1. this enables users to install jupyterlab-lsp in a running Docker
container environment. Users don't always have to option to rebuild images.
2. Some times jupyterlab-lsp crashes/freezes. It helps if can just
restart jupyterlab-lsp instead of restarting the whole jupyterlab service
(or Docker container if running in Docker).
Design Ideas
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/krassowski/jupyterlab-lsp/issues/283>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALCRE6BAP2DNSRXUXMKNLRXBYFVANCNFSM4OAKST2Q>
.
|
I'm talking about restart lsp instead of the notebook server. Seems that this is a dups. Will close it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elevator Pitch
Provide a way to restart jupyterlab-lsp.
Motivation
Design Ideas
The text was updated successfully, but these errors were encountered: