I have created multiple miniconda environments in my macbook. But when I open jupyter notebook, it shows non-existent conda environments I created long ago and which are no longer available in conda environments.
How to remove these non-existing environment names from jupyter notebook?
My current conda list
What Jupyter Shows
(NOTE: For example, Jupyter notebook shows environment "xx" which is not in conda env list)
How to remove non-existent environments
How to remove non existing environment such as "xx" from showing up when I open jupyter notebook?