Jeremy Tuloup
Jeremy Tuloup
Looking into updating to the latest v2 released a couple of days ago: https://github.com/WebReflection/coincident/releases/tag/v2.0.0 And see what effects it may have on https://github.com/jupyterlite/xeus/issues/102 too.
Similar to https://github.com/jupyterlite/pyodide-kernel/pull/126 `jupyterlite-xeus` should use `coincident` if `crossOriginIsolated`, `comlink` otherwise, to fix the issue noticed in https://github.com/jupyterlite/jupyterlite/issues/1424. As a follow-up to https://github.com/jupyterlite/xeus/pull/87
## Description Trying the latest version from the docs and creating a new notebook: The following error shows up in the dev tools console:  ``` xpython.js:8 xkernel::init xpython.js:8 Before...
### Problem As noticed in https://github.com/jupyterlite/jupyterlite-sphinx/issues/177 and various linked issues and PRs, using the latest `jupyterlite-xeus` release may lead to the following error during a `jupyter lite build`: ``` 'emscripten'...
Hi, JupyterLab maintainer here :wave: Thanks for putting this repo out there, it looks great! After briefly looking at the repo, it looks like this is hard fork of the...
Update to the latest pre-release: https://github.com/jupyterlab/jupyterlab/releases/tag/v4.3.0a2 Part of https://github.com/jupyter/notebook/issues/7441
A meta issue for the 7.3 release planning. ## Features - [ ] https://github.com/jupyter/notebook/issues/7441 - [ ] https://github.com/jupyter/notebook/pull/7354 : that one should be high priority, as this appears to be...
Keeping a list of potentially relevant upstream PRs in JupyterLab: - https://github.com/jupyterlab/jupyterlab/pull/16519
As noticed in https://github.com/jupyter/notebook/pull/7423 Notebook should also support the new changes related to the file browser filter which landed in https://github.com/jupyterlab/jupyterlab/pull/16446.  To be done after https://github.com/jupyter/notebook/pull/7423 is merged.
## Description At the moment the Settings Editor doesn't seem to be mobile friendly. ## Reproduce Testing with JupyterLab `4.0.0a22` with this gist: https://gist.github.com/jtpio/4e9a3d435d7c3950dc4150c10abbb1d7  ## Expected behavior It should...