Not sure if it's still relevant but for me the problem was IPython version which was 9.0.1. After downgrading to IPython==8.33.0 it was working. Command:
IPython
9.0.1
IPython==8.33.0
pip install ipython==8.33