Is this possible? For example I would like to have the standard python-lsp-server along a custom one for my business logic providing checks and completions in the same notebook. So far I’ve been unsuccessful. Only one or the other will load for a given notebook.
Thanks!
Yep, it’s a known limitation, which is was made trickier in the Lab 4.x/Notebook 7.x timeline, as half of the client implementation is now in jupyterlab core.
Do you know of any projects implementing some sort of LSP router/hub that would act as the single server that talks to Jupyter while routing to multiple LSPs?