jupyter_client >=6.0 is incompatible with ipykernel <5.2 ref: https://github.com/ipython/ipykernel/pull/489/ The problem is that ipykernel 5.2 is not available yet on anaconda, so I will pin jupyter_client<6 in the meantime.