Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

> Reduces asset size from ~63MB to ~17MB (approximately 73% reduction) > Unable to test locally due to development environment constraints. Curious how you were able to get these numbers...

Also the latest commit on `main` shows the following numbers: https://github.com/jupyter/notebook/actions/runs/18644190793 | | | |---|---| | | | While with this PR the numbers are slightly bigger? https://github.com/jupyter/notebook/actions/runs/18612834945?pr=7748 | |...

SInce `repo2jupyterlite` relies on `jupyterlite`, it's usually recommended to still use environments, for example to avoid picking up other extensions as part of the `jupyter lite build` process.

> The JavaScript assets are not minified, they take 63M compared to 17M for JupyterLab. @davidbrochart Could you share where you see this difference in size between the notebook and...

https://github.com/jupyter/notebook/releases/tag/v7.5.0b1 was released with the npm trusted publishers:

For reference this seems to affect https://github.com/jupyterlab/hatch-jupyter-builder, as discussed in https://github.com/jupyterlab/hatch-jupyter-builder/issues/146. Making the `hatch build` command fail with the following error: ``` hatchling.plugin.exceptions.UnknownPluginError: Unknown build hook: jupyter-builder ``` Is there...

For docs site, enabling the volatile memory storage can be useful, so the modified notebook is not stored in the browser: https://jupyterlite.readthedocs.io/en/stable/howto/configure/storage.html#volatile-memory-storage For example this is what https://live.sympy.org/ uses: https://github.com/sympy/live/blob/main/jupyter-lite.json

Yes, this `enableMemoryStorage` page config option is really meant for not saving anything in a browser, so the content would be gone indeed after each page reload. So to be...

Thanks @NickCrews for reporting. I think this behavior comes from JupyterLab directly, so it's easier to use the notebook on mobile devices: Which is currently done in CSS: https://github.com/jupyterlab/jupyterlab/blob/e0ce38e69e6a557499ed9910620bc0c7ed0ab416/packages/cell-toolbar/style/base.css#L33-L38 Maybe...

> This will be very tedious, but at least it would only have to be done once. Unless there is a way to automate this? Maybe it could be worth...