Open py file at /opt/homebrew/lib/python3.9/site-packages/ipykernel/eventloops.py
Go to line 21 and replace the code to
return sys.platform == "darwin" and V(platform.mac_ver()[0]) >= V("10.9") and platform.mac_ver()[2] != "arm64"
Hope this will help