My terminal keeps running without install the xeus-cling package. I have been stuck on this for over 2 hours now.
(base) ifeanyichukwuobeta@ifeanyiukwusMBP ~ % conda install xeus-cling -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
That package is for C++ kernel support in Jupyter. More idiomatic for Jupyter + Conda is to keep Jupyter and each kernel in separate environments.
Jupyter Environment
C++ Kernel
In this setup, one would always launch Jupyter from the activated
jupyterenvironment, then select thexeuskernel for the notebook.