New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/44160#issuecomment-1755787866 Comment: The jupyter notebook that is now in binary repos seem to not work at all after the update to python 3.12. This PR at least works for me on these commands: - jupyter lab (install `jupyterlab`) - jupyter notebook (install `python3-jupyter_notebook`) - jupyter console (install `python3-jupyter_console`) - jupyter qtconsole (install `python3-jupyter_qtconsole`) It seems "jupyter nbclassic" is broken atm. There might be some `depends=...` that I missed in some package... at least installing the one package mentioned above seems to work (unless it's missing a package I happen to have already installed for a different reason). pip check complains about `jupyter-lsp` and `jupyterlab-widgets` I'll package later. CI has a test failure, but it seems spurious. The whole thing takes 45 minutes to run CI, should I push again to try my luck? I'd rather worry about improving check later when updating individual packages (let's hope we can keep it more updated than before). @ahesford