Hi, I am trying to use HEALpix in a jupyter notebook and get the error
ModuleNotFoundError: No module named 'astropy_healpix'
From previous questions/answers to this helpdesk, I find the indication to use a '!pip install astropy-healpix inside a notebook cell. It does not work, even if I restart the notebooks: apparently pip does its job but the ModuleNotFoundError comes back again and again.
Thanks!