New comment by Sqvid on void-packages repository https://github.com/void-linux/void-packages/issues/42793#issuecomment-1472365650 Comment: > it seems to work here > > ``` > $ jupyter notebook > [I 17:25:27.756 NotebookApp] Jupyter Notebook 6.4.10 is running at: > [I 17:26:08.080 NotebookApp] Creating new notebook in /Documents/Sage > [I 17:26:09.846 NotebookApp] Kernel started: a446b7da-859f-4817-bbb2-6fa70e41bf55, name: python3 > [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled > ``` > > just to make sure: are we using Python 3 (ipykernel)? I managed to also get it working. Im not exactly sure how but in the process of messing it around i think I've possibly removed a pip package that may have caused the trouble. `pip3 check` still complains with the aformentioned messages but it works. I don't know why the `nbclient` version is no longer a dealbreaker though. EDIT: I've found the conflict. the package `yt` installed via `pip install yt` is what breaks it. Not sure whether this should be treated as a problem with `yt` or whether void's jupyter dependencies are just very outdated. For now I will just install both via `pip` since I need both working.