New issue by Sqvid on void-packages repository https://github.com/void-linux/void-packages/issues/42793 Description: ### Is this a new report? Yes ### System Info Void 6.1.18_1 x86_64 GenuineIntel uptodate rrFFFFF ### Package(s) Affected python3-jupyter_notebook-6.4.10_3 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour After installing the package I would expect that `jupyter notebook` brings up the browser and allows me to create a new notebook with the python3 kernel. ### Actual behaviour The browser opens but there is nothing listed under the "notebooks" option. [Picture example](https://imgur.com/a/ME8XWV9). [Here is the output log.](https://pastebin.com/raw/4wKGtgN8) To me it looks like the `nbclient` package version needs to be `<0.6.0` but void packages `python3-nbclient-0.7.0_1`. ### Steps to reproduce 1. `# xbps-install -S python3-jupyter_notebook` 2. `$ jupyter notebook` 3. Switch to browser.