Hi Saud,
thank you very much for your reply! Because of your suggestion I realized that the Anaconda GUI allows one to chose different environments, see the attached screenshot. Before I had only tried the base environment which obviously does not contain cantera. Therefore, I tried the following options which however all produced some sort of error:
a) switching to the environment cantera25 in the Anaconda GUI > I get an error message "Multiple Errors Encountered." when trying to install jupyter
b) switching to the environment ct-env in the Anaconda GUI > I get an error message "500 : Internal Server Error" after launching jupyter
c) adding cantera to the base environment also didn't work. The command you suggested
conda --channel cantera cantera ipython matplotlib jupyter
conda create --name ct-env --channel cantera cantera ipython matplotlib jupyter
conda create --name base --channel cantera cantera ipython matplotlib jupyter might work, but I hesitate to try it since I don't want to mess up the base environment ;-)
In case you have any other ideas, please let me know.
Greetings, Thomas