Jeremy Tuloup
Jeremy Tuloup
### Problem The Classic Notebook v6 is in maintenance mode. Notebook 7 will be released soon: https://github.com/jupyter/notebook/issues/6307 ### Proposed Solution We should consider dropping the Classic Notebook extension currently located...
Currently there doesn't seem to be a changelog in this repo. This makes looking for changes or even knowing what's new in a release quite difficult. There is also no...
Using the `ipywidgets` interact (more precisely `interactive`) gives the following error: ``` Error displaying widget: model not found ``` However this does not seem to be an issue with `ipykernel`....
- [x] Update to JupyterLite 0.3.0 - [x] Cleanup xeus kernels (and related content) as they have started to be outdated
This will help repos generated from this template keep their dependency on `jupyterlite` up-to-date when new JupyterLite releases are out. This should also update other dependencies listed in `requirements.txt`. Fixes...
Looking briefly at the code, it looks like the Web Worker current relies on Pyodide: https://github.com/whitphx/stlite/blob/5a218baf08caf57d7dbe6872effe2415cb85efcf/packages/kernel/src/worker.ts#L1 On JupyterLite there has been some work on adopting the conda-forge model for making...
Currently we test on the following Python versions: https://github.com/plasmabio/tljh-repo2docker/blob/c42f08a0832a9abdd131be246d339df2c2ce00f3/.github/workflows/test.yml#L15 Since then `3.11` and `3.12` are now also available. We probably don't need to test on all versions. Maybe testing on...
Follow-up to a chat with @yuvipanda. Currently `tljh-repo2docker` relies on `repo2docker` directly for building the environments. For example: https://github.com/plasmabio/tljh-repo2docker/blob/c42f08a0832a9abdd131be246d339df2c2ce00f3/tljh_repo2docker/docker.py#L112-L146 But for use cases like the ones described https://github.com/2i2c-org/binderhub-service/issues/78, or to...
Similar to https://github.com/jupyter/governance/issues/146. Bluesky is getting a lot of traction recently, so it can make sense to have a presence there: https://bsky.app/ It's possible to use a domain name as...
Follow-up to https://github.com/jupyterlab-contrib/jupyterlab-topbar/pull/101 We still need a way to: - properly bump the top-level version here: https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/3744d6063adc32cc871c7274a6c21b996e2d8a04/package.json#L3 - or version all the packages independently, and then use a date based...