New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/issues/46261#issuecomment-1748746675 Comment: Thanks! I tried and I got: ``` $ sage -n jupyter ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 10.1, Release Date: 2023-08-20 │ │ Using Python 3.11.5. Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ Please wait while the Sage Jupyter Notebook server starts... Traceback (most recent call last): File "/usr/lib/sagemath/10.1/bin/sage-notebook", line 32, in __init__ from notebook.notebookapp import main ModuleNotFoundError: No module named 'notebook.notebookapp' The Jupyter notebook is not installed (at least not in this Sage installation). You can install it by running sage -i notebook Alternatively, you can follow the instructions at https://doc.sagemath.org/html/en/installation/launching.html#setting-up-sagemath-as-a-jupyter-kernel-in-an-existing-jupyter-notebook-or-jupyterlab-installation to use Sage with an existing Jupyter notebook installation. ```