Jeremy Tuloup

Results 2211 comments of Jeremy Tuloup

> From a UI perspective, perhaps we need something more like a vcs UI, where each file in the tree has an icon that indicates its state, also appearing in...

> From a UI perspective, perhaps we need something more like a vcs UI, where each file in the tree has an icon that indicates its state, also appearing in...

> Updated with a new suggestion that should solve this problem. What do you think? Thanks for looking into this :+1: Sounds like it should work? Also cc @martinRenou who...

I guess we could also make use of the current `0.3.0` pre-releases to try this: releasing `0.3.0rc0` and check whether upgrading from `0.3.0b0` to `0.3.0rc0` works as expected.

FYI @andeplane `0.3.0rc0` is out. If you're able to test this change to see if it works as expected when upgrading from `0.3.0b0`, that would be great. Thanks!

> When there is a new version of the service worker, there is no information that prevents caching in the browser. The URL fetched [here](https://github.com/jupyterlite/jupyterlite/blob/main/packages/server/src/service-manager.ts#L45) is e.g. https://jupyterlite.readthedocs.io/en/stable/_static/service-worker.js, e.g. no...

> maybe it is cleaner to unregister + register. Yeah, since the main motivation for having the service worker in the first place was to support accessing files from a...

For reference this is the PR that added the REPL to https://numpy.org: https://github.com/numpy/numpy.org/pull/547 > It's a react app, so it would be amazing to have a JupyterLite react component (also...

You may also want to set up a "bridge" between a host app and JupyterLite running in an IFrame (via an extension and `postMessage`) using this guide: https://jupyterlite.readthedocs.io/en/stable/howto/configure/advanced/iframe.html Some folks...

@kolibril13 here is the original repo that led to creating this guide, for reference: https://github.com/jtpio/jupyterlab-iframe-bridge-example Looks like the `src` attribute of the IFrame might not be pointing to the correct...