Opened 9 months ago
Closed 9 months ago
#69306 closed defect (duplicate)
py-jupyter: ModuleNotFoundError: No module named 'jupyter_server.contents'
Reported by: | essandess (Steve Smith) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-jupyter |
Description
The MacPorts versions of the Jupyter notebook stack crash on launch with this issue: https://github.com/jupyter/notebook/issues/7048
ModuleNotFoundError: No module named 'jupyter_server.contents'
I can confirm that uninstalling MacPorts py*-traitlets
and using pip3 install traitlets==5.9.0
is a temporary fix.
But MacPorts versions of Jupyter ports are many versions out of date and must be updated to address this issue.
Change History (2)
comment:1 Changed 9 months ago by mf2k (Frank Schima)
Owner: | set to stromnov |
---|---|
Status: | new → assigned |
comment:2 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | jupyter removed |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
Summary: | Jupyter notebooks fail to launch → py-jupyter: ModuleNotFoundError: No module named 'jupyter_server.contents' |
Note: See
TracTickets for help on using
tickets.
Duplicate of #69244.