New issue by Eloitor on void-packages repository https://github.com/void-linux/void-packages/issues/46261 Description: ### Is this a new report? Yes ### System Info Void 6.5.5_1 x86_64 GenuineIntel uptodate rFFFFFFFFFFFFFFFFFFFFFFFFFFFF ### Package(s) Affected sagemath-10.1_3 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour ``` sage -n jupyter ``` Opens a jupyter notebook. ### Actual behaviour ``` ┌────────────────────────────────────────────────────────────────────┐ │ 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. ``` But `sage -i notebook` doesn't work either. ``` Error: unknown option: -i ``` ### Steps to reproduce 1. Install `sagemath`. 2. Run `sage -n jupyter`.