David Brochart

Results 266 issues of David Brochart

### Problem Today at the Jupyter Server [meeting](https://github.com/jupyter-server/team-compass/issues/45#issuecomment-1593527973) we talked about notebook restoration, where RTC could be a solution (see https://github.com/jupyter-server/jupyter_server/issues/900). In that solution, the frontend just displays live changes...

enhancement

Closes #169

enhancement

### Problem When we set the content of a YNotebook from some source, we create an [empty cell](https://github.com/jupyter-server/jupyter_ydoc/blob/05d3a05e670da14164aff49293c4ddeb207f7ade/jupyter_ydoc/ydoc.py#L164-L171) if there was no cell originally. ### Proposed Solution We should probably...

enhancement

### Problem One document may have different YDoc structures, e.g. a Jupyter notebook can be opened in JupyterLab as a notebook (and it will be shown nicely with cells etc.)...

enhancement

It could be interesting to offer another API that would allow to: - expose the [Map](https://github.com/neocarto/geoverview/blob/b4dce4ae60d234a41cddc34d88aa5d0b18802f28/src/view.js#L174) object for further configuration, - pass a container [instead of creating it](https://github.com/neocarto/geoverview/blob/b4dce4ae60d234a41cddc34d88aa5d0b18802f28/src/view.js#L165).

Closes #371. This fails with `check-python`, `extract-release`... because the dependent packages have not been released on PyPI yet. Maybe there is a way to add the just-created (local) releases in...

enhancement

Maybe worth looking at, a similar GitHub action for automatic releases: https://github.com/agronholm/release-notes

## Description I'm trying to create a Draft Changelog for jupyverse, explicitly specifying a `0.0.40` version, and I get [this error](https://github.com/davidbrochart/jupyter_releaser/actions/runs/3063410743/jobs/4945457478) in "bump-version": ``` Traceback (most recent call last): File...

bug

## Description I created a [full release of FPS](https://github.com/davidbrochart/jupyter_releaser/actions/runs/3081115098/jobs/4979286845). It seems to recognize the sub-package `fps-uvicorn`: ``` Checking dist/fps-0.0.20-py3-none-any.whl: PASSED Checking dist/fps-0.0.20.tar.gz: PASSED Checking dist/fps_uvicorn-0.0.20-py3-none-any.whl: PASSED Checking dist/fps_uvicorn-0.0.20.tar.gz: PASSED ```...

bug

### Problem [Jupyverse](https://github.com/jupyter-server/jupyverse) is a Python mono-repo consisting of a "main" `jupyverse` package and a bunch of "sub-packages" in [plugins](https://github.com/jupyter-server/jupyverse/tree/main/plugins) (`fps-contents`, `fps-kernels`, etc.). When releasing e.g. `0.1.0`, I would like...

enhancement