Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Thanks @pqn! A few questions: - Is there a documented way for implementing the auth flow that would redirect the user to the Codeium website to retrieve their API key...

Thanks @benharvie I have added a `SECURITY.md` file: https://github.com/jtpio/voila-gpx-viewer/blob/master/SECURITY.md Please note the content of the repo is not published to PyPI or other places, and mostly serve as an example...

@psychemedia looks like an issue when trying to make an HTTP request when the origin is served over HTTPS. Maybe worth trying with `https` in the code? https://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL?date=2000:2001

Just rebased to fix the conflict.

> Elsewhere, I learned that the default pyodide kernel now supports `%pip` magic. Yes this was added in `0.1.0b14`: https://jupyterlite.readthedocs.io/en/latest/changelog.html#b14

For reference `micropip` should now be available on conda-forge: https://github.com/conda-forge/micropip-feedstock It would be interesting to get it to install packages on the fly in the xeus python kernel.

> It would be interesting to get it to install packages on the fly in the xeus python kernel. Gave this a try with the following `environment.yml`: ```yaml name: test...

> (To a certain extent, NOT supporting this might be useful in an educational context, if you want students to be limited to using just and only what is provided...)...

Nice, thanks @martinRenou for looking into this!

We should probably document how to enable this. It could be here in the `jupyterlite-xeus` docs, or maybe in the main JupyterLite documentation directly, as we will probably want to...