I have a strange problem, since I was forced to switch to miniforge due to my Mac M1. I have an environment tensorflow, which I want to select in jupyter. I have registered it with
python -m ipykernel install --user --name tensorflow
when I open a jupyter notebook from the base kernel, I can also see it:
However, this environment does not have any modules installed.
In contrast, when I open a jupyter notebook from the activated environment:
Using the Python [conda env: tensorflow] kernel works as expected. I have never had this incidence before and would really like to be able to selected any environment when opening jupyter from the base environment.