It looks like quarto is not using the Python environment from which it was started.
Starting python2 kernel...2024-12-04 18:26:52,983 - traitlets - ERROR - Failed to run command:
['/Users/hansen/anaconda/bin/python', '-m', 'ipykernel', ...
[...]
FileNotFoundError: [Errno 2] No such file or directory: '/Users/hansen/anaconda/bin/python'
I installed the environment with
conda env create -n coco-web -f env.yaml
and
gives as expected
/Users/hansen/opt/anaconda3/envs/coco-web/bin/python
It looks like quarto is not using the Python environment from which it was started.
I installed the environment with
and
gives as expected