Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

It looks related to these issues in JupyterLite: - https://github.com/jupyterlite/jupyterlite/issues/1037 - https://github.com/jupyterlite/jupyterlite/issues/1095 It would be great to fix it in `jupyterlite-core`, as they seem to be happening quite often. If...

Thanks @paddymul for opening the issue :+1: Yes that would be useful. Linking to https://github.com/jupyterlite/jupyterlite/issues/967 for reference, as this was also discussed there.

Actually even the JupyterLab does not seem to be mentioning it in the common extension points: https://jupyterlab.readthedocs.io/en/latest/extension/extension_points.html

Thanks @cmarmo! https://github.com/jupyterlab/extension-examples/pull/280 should already help a bit with the broken CI, but there may be still be some failing checks. Will try to have a look soon.

Thanks @cmarmo. This last commit on `main` also seems to have failing checks: https://github.com/jupyterlab/extension-examples/commit/4585387bd2183b02bd4c9782d716e006d8cb1cbc Based on https://github.com/jupyterlab/extension-examples/pull/280#pullrequestreview-2619629579, it looks like this extension examples repo needs to be updated to use...

Thanks @agriyakhetarpal. Linking to https://github.com/jupyterlite/jupyterlite-sphinx/issues/114 as related.

Thanks all. There may be some confusion in the documentation about the use of custom drivers and custom drives. > Created a custom storage driver implementing the `Contents.IDrive` interface A...

Thanks @Carreau for reporting. Is this reproducible in JupyterLab `4.0.0b0`? Which can be opened from Notebook 7 with `View -> Open JupyterLab`. If so we should report the issue there...

Thanks @Carreau. Yeah there is likely a step missing something in the doit task pipeline. I personally don't use the `doit` toolchain anymore as it's really too complex (https://github.com/jupyterlite/jupyterlite/issues/684). For...

> jupyterlite-core[xeus] `jupyterlite-core` currently does provide some extras: https://github.com/jupyterlite/jupyterlite/blob/14037562a335beffd43d53a38d42434e9a963102/py/jupyterlite-core/pyproject.toml#L55-L92 Most have a real purpose, for example `jupyter_server` is used for indexing contents, `jupyterlab_server` for picking up translation bundles. For kernels,...