-
Notifications
You must be signed in to change notification settings - Fork 19
Reduce the initial download size #54
Comments
Even if the data was somehow chunked, so only the packages that were actually imported were downloaded, would be great. |
As mentioned above,
In practice it means that you can not use github pages to deploy your site, since there is a 100MB per-file limit. I am aware you can use alternative options (e.g. Netlify) but I would guess that pushing into github pages is the simple setup and is likely to be used by a significant portion of people. Also, for set-ups that push into a |
I already implemented such chunking, this will be added in one of the next releases |
Great to hear that, just curious (and to get a better idea of the landscape), in one of the next releases of which project? jupyterlite, emscripten-forge, jupyterlite-xeus-python, something else? |
This was done in |
Nice, thanks! |
Problem
On the demo website the
xeus-python
files are a bit over 10MB in size:This size can grow quite significantly as more packages are added by default. For example:
Proposed Solution
Not sure how feasible it is, but maybe there is a way to trim that down a little bit.
Additional context
Also raised by @jasongrout in jupyter-widgets/ipywidgets#3491 (comment).
The text was updated successfully, but these errors were encountered: