Jeremy Tuloup
Jeremy Tuloup
Thanks @tpike3 for reporting :+1: It may be related to `jupyterlite-xeus`. There were a few issues recently, maybe @martinRenou or @DerThorsten may no more about this. In the meantime, you...
Thanks @tpike3. These two lines at the top of the logs seem to indicate an issue with `jupyterlite-xeus`: ``` ValidationError(ValueError("'emscripten' is not a valid Platform")) ValidationError(ValueError("'emscripten' is not a valid...
@tpike3 looks like this is indeed an issue with `jupyterlite-xeus`: https://github.com/jupyterlite/jupyterlite-sphinx/pull/179 @martinRenou @DerThorsten maybe we should document the fix somewhere (for example in the `jupyterlite-xeus` repo) until it is fixed...
@tpike3 you could also continue using `jupyterlite-xeus` but update to the latest pre-release (as in https://github.com/jupyterlite/jupyterlite-sphinx/pull/179), which should fix the issue.
Normally this issue should not be related to Pyodide since you are using `xeus-python`, and also because this is happening a build time (when the JupyterLite site is built) and...
Thanks @davidbrochart for opening the issue. As discussed in https://github.com/jupyterlab/jupyterlab/issues/16481, one of the main challenges with this proposal will be the breaking changes it will introduce, and the need for...
Thanks @davidbrochart for exploring this. As a follow-up to the prior discussion in https://github.com/jupyterlab/jupyterlab/issues/13142, it might a change to be discussed more extensively UX-wise. Checking with other notebook implementations such...
Currently the UI tests explicitly set the URL to MathJax 2 here: https://github.com/voila-dashboards/voila/blob/0ffd12ae476d843fa7f4f66c1f19e8cef41f1eeb/ui-tests/package.json#L7
Currently further JupyterLab updates are blocked by the issue noticed in https://github.com/jupyter/notebook/pull/7423. Tagging this issue as "Help wanted" in case folks would you like to help with this release and...
Waiting a bit more before making the `7.3.0` release, as there seems to be an issue affecting both JupyterLab 4.3.1 and Notebook 7.3.0rc0: - https://github.com/jupyter/notebook/issues/7523 - https://github.com/jupyterlab/jupyterlab/issues/16978