Duc Trung Le
Duc Trung Le
@krassowski It looks awesome! sorry I missed this PR before starting the integration work. Since the current PR is quite big, I think we can port it to `JupyterLab` once...
Thanks for the insight, I tested the moving process with the current `master`. I will redo it again once these PRs get in.
> Yes moving the repo around went quite well and was probably the simplest approach: [jupyter/notebook-team-compass#9 (comment)](https://github.com/jupyter/notebook-team-compass/issues/9#issuecomment-1111013024) Great, @krassowski can you transfer https://github.com/jupyter-server/jupyter-lsp to https://github.com/jupyter-lsp? I can transfer the issues...
> Maybe Voila should still provide its own manager. The switch to a lab-based application will still be very breaking anyways so the update to ipywidgets 8 can make sense....
Thank @jtpio, i'm trying to use kernel id from session context as map keys with handler for `kernelChanged` event. It works but is it a good approach?
It works pretty well with kernel restart and kernel change events. I stored current id of kernel so inside the `kernelChanged` event handler i can update the map with new...
PR opened on jtpio/ipywidgets#2
@tyxnna you need to install `ipykernel` in your new environment: ``` conda install ipykernel ```
Thank @bollwyvl for clarifying the situation! I'm quite new to the subject so maybe I missed previous discussions about LSP and JupyterLab, please correct me if I'm wrong. The LSP...
Thank you for your suggestion, I'm reading about `jupyter-flex` and will add a comparing section to the docs