Hi there!
This might be a dumb question, but I’m new to cloud computing and I have never run into this issue locally before. I’m trying to query mast to find JWST observations of a target based on RA and DEC. My kernel keeps crashing with the message, “Server unavailable or unreachable”
Here is the code that keeps breaking:
from astroquery.mast import Mast
from astroquery.mast import Observations
search_str = '34.37741275217305 -5.209022814691235'
obs_table = Observations.query_region(search_str)
Is it just timing out? Thanks