Jeremy Tuloup
Jeremy Tuloup
`0.7.0` is around the corner so we should start looking into updating to the new version. Migration guide: https://jupyterlite.readthedocs.io/en/latest/migration.html#to-0-7-0
Just noticed `jupytercad` still makes use of `ICollaborativeDrive`: https://github.com/jupytercad/JupyterCAD/blob/3e74d66e7fa60de4ae1405203020af8325aa12e6/python/jupytercad_lab/src/index.ts#L32 However it does not seem to exist anymore in `jupyter-collaboration`: https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration%20icollaborativedrive&type=code Likely `jupytercad` will have to update to `jupyter-collaboration>=4` at some...
Had a look through everything: - it's possible to get some `setTime` errors when doing things fast - maybe happens on `0.6.3` - `--force-reinstall` "works" (it updated the files on...
After updating dependencies in https://github.com/jupyterlite/pyodide-kernel/pull/226, starting a new kernel using a production of `jupyterlite-pyodide-kernel` fails with: ``` Failed to construct 'Worker': Failed to read the 'type' property from 'WorkerOptions': Cannot...
Currently the plugin logs a warning in the console: https://github.com/jupyterlite/xeus/blob/3557fac7fa316ffe0e7b306bdb261c852c90463d/packages/xeus-extension/src/index.ts#L115-L119 But it could now add it to the `loggerRegistry`, so it's more visible if users try to access files for...
Is this manually kernel spec refresh still needed? https://github.com/jupyterlite/xeus/blob/5950a5bbe2c73b6d111a2eacd55b4512c78cdb97/packages/xeus-extension/src/index.ts#L136-L139 If there is an issue with how the specs are refreshed it looks like it should likely be fixed somewhere else...
### Problem Running the following code snippet make the kernel crash: ```py import faulthandler faulthandler._sigsegv() ``` But the kernel indicator still shows the loading icon, and there is not message...
### Problem Currently https://jupyterlite-xeus.readthedocs.io redirects to https://jupyterlite-xeus.readthedocs.io/en/latest/ by default. And the docs mention the use of the `jupyterlite-xeus` stable with changes from the pre-release, which can be confusing to users....
Not sure yet if it's an upstream issue with JupyterLab, or something Notebook has to handle. - There is no line highlight when a breakpoint is hit - Clicking on...
Fixes https://github.com/jupyter/notebook/issues/6692 Fixes https://github.com/jupyter/notebook/issues/1135 To offer a behavior similar to the classic notebook: https://github.com/user-attachments/assets/4a47c0d4-3a67-4348-90ca-53c1ffd63e23 The idea would be to have this behavior by default in Notebook 7.5, with a setting...