Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

An example of a `dependabot.yml` that would bump the dependencies automatically: ```yaml version: 2 updates: - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" groups: actions: patterns: - "*" ```

Currently there is no easy way to customize the underlying HTML via options or an addon. There is a bit of templating but it happens once at release time when...

Linking to https://github.com/jupyterlite/jupyterlite/issues/9 (and its related issues) as relevant. UX-wise, it would indeed be useful to have a more discoverable way for reverting changes. The "layering" logic of local files...

Thanks @tomjakubowski for the report 👍 Would be interesting to know if it's a regression in 0.6.0? Although it's likely the case with older versions too.

There is a plugin in JupyterLite to replace the default one from Jupyter Notebook, so files are opened with `?path=` in the URL: https://github.com/jupyterlite/jupyterlite/blob/d96b92a9866e6a80c8e8db0ae2ca5335e3c5a8a0/packages/notebook-application-extension/src/index.ts#L58-L84 So it may be coming from...

Thanks @steltenpower for the report. Would you be able to provide screenshots of what is happening, and what is expected?

Right, it sounds like this information would be passed down to the frontend as a page config option, need to double check. If so, it would indeed be configurable via...

Looks like such option is read from the page config here: https://github.com/jupyterlab/jupyterlab/blob/21ffea9749637633b4a4d82b3f277b55f80afb3d/packages/notebook-extension/src/index.ts#L1189 @magland would you be able to try the following configuration in a `jupyter-lite.json` file? ```json { "jupyter-lite-schema-version": 0,...

@magland about the original issue, it was very likely an issue with Firefox, similar to https://github.com/jupyterlite/jupyterlite/issues/1341#issuecomment-2836425417, which was recently fixed. Would you be able to check again if accessing files...