Opened 10 months ago
Last modified 10 months ago
#69256 assigned defect
py312-jupyterlab: jupyter-notebook-2.7: command not found
Reported by: | Liontooth (David Liontooth) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | Cc: | ||
Port: | py312-jupyterlab |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I installed py312-jupyterlab and issued:
$ jupyter lab -bash: jupyter-notebook-2.7: command not found
Change History (2)
comment:1 Changed 10 months ago by jmroot (Joshua Root)
Owner: | set to stromnov |
---|---|
Status: | new → assigned |
comment:2 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | jupyter removed |
Summary: | jupyter lab calls non-existent port → py312-jupyterlab: jupyter-notebook-2.7: command not found |
Note: See
TracTickets for help on using
tickets.
No port installs a
jupyter
program. py312-jupyter-core installs ajupyter-3.12
program, and py312-jupyterlab installs ajupyter-lab-3.12
program.Perhaps at some point you used the jupyter_select port (i.e. you ran
sudo port select jupyter [something]
) to create a symlinkjupyter
pointing to the python 2.7 version. Maybe you need to rerun thatsudo port select
command to select the python 3.12 version.