JOANNE dataset
I don't know if this belongs here: when I did the UX homework and tried to follow this example, the command
cat = eurec4a.get_intake_catalog(use_ipfs="QmahMN2wgPauHYkkiTGoG2TpPBmj3p5FoYJAq9uE9iXT9N")
takes ages without throwing an exception or doing anything. However, if I switch it for
cat = eurec4a.get_intake_catalog()
it works fine. Just in case anyone else had similar problems. Do you know why this could happen?