Changes between Initial Version and Version 1 of Ticket #64553


Ignore:
Timestamp:
Jan 28, 2022, 7:49:41 PM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

port contents py39-jupyter will show you what files were installed.

Or you can check on the ports web site. Based on that, it looks like the only file that gets installed is /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/jupyter-1.0.0-py3.9.egg-info which is admittedly a bit unexpected to me, but I don't know this software well enough to know what it should install.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64553

    • Property Owner set to stromnov
    • Property Status changed from new to assigned
    • Property Port py-jupyter added; py39-jupyter removed
    • Property Keywords jupyter removed
  • Ticket #64553 – Description

    initial v1  
    11I installed py39-jupyter via MacPorts but it is not recognized.  When I list the installed ports, MacPorts reports 
     2{{{
    23  py39-jupyter @1.0.0_1 (active)
    34  py39-jupyter_client @7.1.2_0 (active)
     
    67  py39-jupyterlab_pygments @0.1.2_0 (active)
    78  py39-jupyterlab_widgets @1.0.2_0 (active)
     9}}}
    810but when I try executing Jupyter via py39-jupyter I get command not found.