I was asking if you can inport it when running python in the terminal.
terminal (with activated conda environment) → python → import pymc
If so it means you are not linking to the correct environment when trying to use jupyter. You may have to manually install an environment with python -m ipykernel install --user --name=pymc`` or something like that.