I am trying to connect to a kernel using a conda environment. I followed this post by:
conda activate my_favorite_env
conda install -c anaconda ipykernel
I then changed my kernel Kernel -> Change Kernel -> my_favorite_env
. Cannot connect to kernel. Next I tried installing nb_conda
following from this post. Still no connection, with the following message:
A connection to the notebook server could not be established. The notebook will continue trying to reconnect. Check your network connection or notebook server configuration.
. I checked out this enter link description here post as well, but it seems that it's outdated.