Jeremy Tuloup

Results 1067 comments of Jeremy Tuloup

Thanks @pplonski, yes PRs welcome! For updating the JS packages, this would be a good first place to look at: https://github.com/jupyterlab-contrib/jupyterlab-app-cookiecutter/blob/c01d60d200b4267867fd68b791fb3d533b452ef8/%7B%7Bcookiecutter.github_project_name%7D%7D/package.json#L35-L41

Ah yes, JupyterLab 4.0 introduced quite a few breaking changes so this piece of code likely needs to be updated. There is a migration guide that lists such breaking changes:...

For reference JupyterLab has a script to update the `npm` tags: https://github.com/jupyterlab/jupyterlab/blob/main/buildutils/src/update-dist-tag.ts Which is invoked via a releaser hook: - https://github.com/jupyterlab/jupyterlab/blob/773a1a7d2e80210adb8886eb9527dd2256bd2bf6/pyproject.toml#L240 - https://github.com/jupyterlab/jupyterlab/blob/main/buildutils/src/publish.ts

Thanks @eliselavy for opening this issue :+1: > use of request library You'll need to use `pyodide_http` to patch `requests`: https://jupyterlite.readthedocs.io/en/latest/howto/content/python.html#fetching-remote-content Although there might be an issue currently: https://github.com/koenvo/pyodide-http/issues/33 >...

> Do you have already theses feedbacks of migration of existing notebook for Jupyterlite? Unfortunately it usually depends on a few parameters such as the types of packages, workloads, data...

Thanks @biallenchanuow for reporting. Tracking this in https://github.com/jupyterlab/jupyterlab/issues/14663 so it can then be consumed here in Notebook 7.

Thanks for the suggestion. Need to check how or if it would be possible with the current implementation of the notebook component in JupyterLab.

This is the relevant upstream issue: https://github.com/jupyterlab/jupyterlab/issues/7214

> It seem also that if you "hide header", and enter/exit zenmode the header is still shown, maybe it's a bug ? This might have been fixed by https://github.com/jupyter/notebook/issues/6833

Thanks for reporting :+1: > Additionally "Notebook tools" is a blank panel for me. If it's supposed to only show things sometimes, maybe add a placeholder text saying "this will...