You need python 3.11, but it's probably also a good idea to create a new environment for this python version:
SOME_ENV_NAME=py311 conda create -n $SOME_ENV_NAME python=3.11 jupyter
See this related issue: Cannot install matplotlib in python 3.12