Carlos Herrero
Carlos Herrero
Thank you soo much for creating this amazing extension! If possible, I would love to have an option in the settings panel to always keep the blue icon with the...
### Problem The public API of the ITranslator only has one method, `load`. To know what language JupyterLab uses, we need to access the setting's plugin and load the translator's...
This is ready for review. I'm keeping it as a draft because we need to update the jupyter-server dependency since this need server v2. ## References Fixes #11678 ## Code...
This PR follows #89 TODO: - [x] Update dependencies - [x] Create a new DocumentModel - [x] Create a new xml ISharedModel by extending from YDocument - [x] Observe shared...
Solves #44 For now, it is only a draft PR that solved some bugs with the Authentication and federated extensions. ## Bug fixed: - [x] Remove dependency `get_auth_config` from `create_guest`....
When working in a different env than base, boa doesn't find mamba
## Description As it is right now, we need to have the original notebook open to see the widgets. This is related to not having a kernel session open. ##...
Trying to use ipylab without a notebook. We have an extension for JupyterLab that creates a new kernel connection and executes the following code in the kernel: ``` from ipylab...
# Parameterized kernel specs In this JEP we propose to parameterize the kernel specs, simplifying the way some kernels are installed reducing the amount of kernel specs files, and at...
When creating a catkin workspace we need to stop JupyterLab and source the workspace before running lab again. We want to source the workspace to be able to access the...