Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Thanks @kurucan. Looks like this screenshot might be for the other snippets extension? https://github.com/jupytercalpoly/jupyterlab-code-snippets Have you tried opening an issue there?

ok this looks big: ![image](https://user-images.githubusercontent.com/591645/233651400-95b8ac0c-b729-4956-ad8e-7c59c020030e.png)

Probably all the heavy files adding up: ![image](https://user-images.githubusercontent.com/591645/233652153-d9b93ef3-33d9-423b-80ce-40ba186e5c3e.png)

I am not sure pushing 500MB (and potentially) more in the future will be a viable way forward. It's not clear whether 2 deployments of 500MB each will reach the...

I can open a PR to try that.

> This way GitHub can easily generate the "What's Changed" section This is indeed useful, thanks. Although manually clicking on all the GitHub releases when searching for potential changes can...

> I'm wondering if we should use the [Jupyter Releaser](https://jupyter-releaser.readthedocs.io) here That sounds good :+1: The releaser uses `github-activity` to generate the changelog.

Right ideally `@jupyterlite/pyolite-kernel` could be reused as-is. It is also running in a Web Worker in JupyterLite: https://github.com/jupyterlite/jupyterlite/blob/52944e9cd21785291d0975a63f6723038efa9525/packages/pyolite-kernel/src/kernel.ts#L60 But maybe there needs to be a couple more changes so that...

Right, this sounds also similar to #7. For now the easiest workaround is to indeed fetch the data from a remote location. There is also the browser `fetch` method available...

This sounds similar to what has been discussed in https://github.com/jupyterlite/jupyterlite/discussions/91. With the files being created in the Pyodide virtual file system. Ideally it would be great to have a way...