Jeremy Tuloup
Jeremy Tuloup
## Description The latest `0.4.0` pre-releases seem to be larger in size compared to the `0.3.0` releases: ## Reproduce     ## Expected behavior We should check if...
For simplicity, the Python packages (`jupyterlite-core`, `jupyterlite`) and the JS packages (`@jupyterlite/*`) are versioned synchronously, meaning that all packages have the same versions. However the `@jupyterlite` JS packages have not...
For GitHub Pages, the idea would be use https://github.com/gzuidhof/coi-serviceworker, which basically registers another service worker to set the HTTP headers on the fly. However there is currently no proper way...
### Problem Currently, if the frontend part of the `jupyterlab-github` extension is used only (like in JupyterLite), the token provided via the settings does not seem to be taken into...
### Problem Currently, the widget manager for JupyterLab displays an error message when there is version mismatch (added in https://github.com/jupyter-widgets/ipywidgets/pull/3185), which is useful as it is also displayed in the...
`httpx` is noarch on conda-forge: https://anaconda.org/conda-forge/httpx But it looks like it might need some patching either upstream in https://github.com/encode/httpx or here as a recipe: Running: ```py import httpx ``` Gives:...
The latest Sphinx 8 seems to be causing issues for the docs build, as seen in https://github.com/voila-dashboards/voici/pull/123. https://readthedocs.org/projects/voici/builds/25309076/ ``` Running Sphinx v8.0.2 loading translations [en]... done making output directory... done...
Looking into https://github.com/jupyterlite/xeus-python-demo/issues/39.
Similar to https://github.com/jupyterlite/pyodide-kernel/pull/126 Refactor the code to align the implementation on https://github.com/jupyterlite/pyodide-kernel, so it's easier to switch between the code bases and find the same patterns. Fixes https://github.com/jupyterlite/xeus/issues/102
So it matches a bit closer the version used in JupyterLite (current JupyterLab 4.2.x).