Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.10/x64/bin/jupyter-execute", line 8, in <module> [.........] line 1103, in process_message display_id = content.get("transient", {}).get("display_id", None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: 'NoneType' object has no attribute 'get'
Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.10/x64/bin/jupyter-execute", line 8, in <module> [.........] line 1103, in process_message display_id = content.get("transient", {}).get("display_id", None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: 'NoneType' object has no attribute 'get'
tests inside notebooks
Failing tests inside notebooks do not cause actual runtime errors but simply print error output. This effectively means that when you run
jupyter execute
jupyter execute
on a notebook, it exits normally instead of reporting an error