Changes between Initial Version and Version 1 of Ticket #69358


Ignore:
Timestamp:
Feb 17, 2024, 11:28:41 PM (7 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #69244.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69358

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #69358 – Description

    initial v1  
    11Under the latest version of macOS Sonoma (14.3.1) running on a late 2020 15" MacBook Pro, the command "jupyter notebook" fails with the following error:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/notebook/traittypes.py", line 235, in _resolve_classes
     
    3940    warn(f"{klass} is not importable. Is it installed?", ImportWarning)
    4041TypeError: warn() missing 1 required keyword-only argument: 'stacklevel'
     42}}}