Opened 3 months ago

Last modified 3 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 3 months ago by jmroot (Joshua Root)

Owner: set to stromnov
Status: newassigned

comment:2 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: jupyter removed
Summary: jupyter lab calls non-existent portpy312-jupyterlab: jupyter-notebook-2.7: command not found

No port installs a jupyter program. py312-jupyter-core installs a jupyter-3.12 program, and py312-jupyterlab installs a jupyter-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 symlink jupyter pointing to the python 2.7 version. Maybe you need to rerun that sudo port select command to select the python 3.12 version.

Note: See TracTickets for help on using tickets.