Jeremy Tuloup
Jeremy Tuloup
Follow-up to #1766 It would be great to align this repo with others in the `jupyter` organization: - https://github.com/jupyter/nbconvert - https://github.com/jupyter/notebook To use the releaser workflows from the repo and...
With JupyterLite `0.1.0b17`, the `piplite_urls` configuration has changed and should now be put under the `PipliteAddon` field: https://github.com/jupyterlite/jupyterlite/releases/tag/v0.1.0b17 - [x] Update to `jupyterlite==0.1.0b17` (strict pin for now) - [x] Update...
### Problem The Lumino plugin system is simple and powerful. It could also be used for other purposes that don't necessarily provide UI elements to the interface. However the Lumino...
Fixes https://github.com/lckr/jupyterlab-variableInspector/issues/137 As suggested in #137, the right sidebar sounds like a nice place for the variable inspector widget: https://user-images.githubusercontent.com/591645/213567372-cb70a6b1-18e8-4af1-98dd-282fa7a3c559.mp4 It's also possible to switch sidebar side if needed: https://user-images.githubusercontent.com/591645/213567361-78f0d644-038f-4762-a49d-8a0a89bd7902.mp4...
### Problem Currently the JupyterLite contents manager is built into the JupyterLite Server: https://github.com/jupyterlite/jupyterlite/tree/main/packages/contents This could be an issue when site deployers want to have better control on where the...
### Problem The Service Worker caching causes a lot of issues when trying to access files from a kernel. There should at least be some documentation to help users fix...
### Problem Currently navigating to `/notebooks` without specifying a `?path=` to open a file gives the following issue:  For reference the Classic Notebook redirects to `/tree`: https://github.com/jupyterlite/jupyterlite/assets/591645/db09c6cc-ebec-4ab8-8b05-dcdd84471622 And shows...
## References Fixes https://github.com/jupyterlite/jupyterlite/issues/1103 Also related to: - https://github.com/jupyterlite/jupyterlite/issues/1294 - https://github.com/jupyterlite/jupyterlite/issues/969 - https://github.com/jupyterlite/jupyterlite/issues/815 The service worker caching is probably one of the biggest frustration points for JupyterLite users. Making it...
https://github.com/jupyterlite/jupyterlite/pull/1227 restored the ability for a lite kernel to access files from a custom drive. Ideally we should add a test to catch potential regressions that might be happening upstream...
## References Investigate https://github.com/jupyterlite/jupyterlite/issues/944 ## Code changes Run UI tests on `webkit` to catch potential issues with Safari. - [x] Add `webkit` to the test matrix - [x] Add `webkit`...