Jeremy Tuloup
Jeremy Tuloup
Towards #50 Still very much a draft for now. - [x] Sketch a frontend drive indexing of files - [x] Keep the server extension the default - [ ] Support...
Since JupyterLite does not support server extensions, maybe there could be an option to do the indexing of files via calls to `serviceManager.contents.get()`. In JupyterLite these don't end up being...
- [x] Move the `check_release` step to a separate workflow, so it's easier to see if it passes - [x] And add an extra step to upload the artifacts built...
Opening an issue to track the following TODO, for visibility: https://github.com/executablebooks/github-activity/blob/67ad197b7a4f39c3d6a50873b43fbe174732afca/github_activity/github_activity.py#L70-L90
Opening an issue to track the update to the next JupyterLite 0.6.0 version, currently in alpha. With https://github.com/jupyterlite/jupyterlite/pull/1590, JupyterLite simplifies its code base and the way plugins are being loaded....
Here is a record of the [agenda/minutes](https://hackmd.io/Y7fBMQPSQ1C08SDGI-fwtg?both) for our [weekly meeting](https://github.com/jupyterlab/jupyterlab#weekly-dev-meeting). Everyone is welcome to join. Let's avoid using this thread for discussion. If you'd like to discuss something in...
## Description It seems like the automated forward-port changelog PR does not seem to be opened by the releaser anymore: https://jupyter-releaser.readthedocs.io/en/latest/get_started/making_release_from_repo.html#publish-release This was noticed on the JupyterLab and Notebook repos,...
### Problem Currently creating a custom GitHub App and managing its secrets adds friction for adopting the releaser. One also has to store the secrets somewhere and make sure they...
## Description Trying to run the following example notebook gives an error: https://github.com/jupyterlab/jupyter-ai/blob/main/examples/images.ipynb ## Reproduce ``` pip install jupyterlab jupyter-ai huggingface_hub export HUGGINGFACEHUB_API_TOKEN=abcd1234 jupyter lab ``` Then run the following...
An extra `jlpm run build` was added to the CI workflow in https://github.com/jupyterlab/jupyter-collaboration/pull/353: https://github.com/jupyterlab/jupyter-collaboration/blob/c52fa207510ab6062e3ca9400cc4e71d9676c87c/.github/workflows/test.yml#L74 Although it was not clear why this was needed, as discussed here: https://github.com/jupyterlab/jupyter-collaboration/pull/353#pullrequestreview-2357605672 It would be...