Hey all,
Im having issues with connecting to the Jupyter kernel. I can open the Jupyter fine through the shell, then when I open an individual notebook I cannot run anything because I cannot connect to the kernel. I have updated Jupyter already using:
pip install --upgrade jupyter-client jupyter-core
The error from the shell is:
AttributeError: ‘MappingKernelManager’ object has no attribute ‘connect_control’
Kind of stuck here, please advise!
EDIT: Upon further review this seems to be the error: