Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

As noticed in https://github.com/jupyterlab/maintainer-tools/pull/262, npm 11 introduces a couple of breaking change, that likely require a change here in the releaser: - https://github.com/npm/cli/blob/latest/CHANGELOG.md#%EF%B8%8F-breaking-changes-1 - https://github.com/npm/cli/blob/latest/CHANGELOG.md#%EF%B8%8F-breaking-changes ``` When publishing a package...

@datakurre yeah it looks like a different issue when resolving the build environment. Feel free to open a different issue or discussion if needed, thanks!

> Until we are able to get Voici working with ipywidgets again, is there ways to may JupyterLite look more alike it: only show the notebook, hide code cells, auto...

The logs for the newer run show an extra: ``` Ensuring mock GitHub ``` Which is logged here: https://github.com/jupyter-server/jupyter_releaser/blob/4d4ffb104f7566722462b881f546a501e2a6dfde/jupyter_releaser/util.py#L715 Called here: https://github.com/jupyter-server/jupyter_releaser/blob/4d4ffb104f7566722462b881f546a501e2a6dfde/jupyter_releaser/util.py#L591-L596 Not sure why `dry_run` would be enabled in...

This appears to be an issue with the new `click==8.2.0` released 2 days go: ![Image](https://github.com/user-attachments/assets/9b099f95-dff5-4985-a4a6-8fe0f387c057) https://github.com/pallets/click/blob/main/CHANGES.rst#version-820 Adding an explicit: ```yaml - name: debug run: | pip install "click

Maybe https://github.com/pallets/click/pull/2829 / https://github.com/pallets/click/issues/2894 is related.

> I've submitted for a 10 minute talk titled "What's New in Jupyter Frontends?". Nice! I quickly submitted the same 10 minutes update talk before the original July 13th deadline...

Quick update: the talk has been accepted 🎉 https://jupytercon2025.sched.com/event/28H3t/whats-new-in-jupyter-frontends-jeremy-tuloup-quantstack-rosio-reyes-anaconda?iframe=no&w=100%&sidebar=yes&bg=no Also noticed tutorials on JupyterLab extension development, which is great! Maybe we can leave this issue open for now if people...

Closing as JupyterCon 2025 is now over. Thanks you everyone who attended!

It would be great to have native support for audio and video files in JupyterLab. Especially these days with AI workflows using audio and videos files, for example for transcribing...