I'm following exact tutorial case but using data from a different noaa station using the NOAA_COOPS function to download the data into a dataframe. See code below: tide_gauge=noaa_coops.Station(8775237) #https://api.tidesandcurrents.noaa.gov/api/prod/#products ...
this code works only on the Python console, and not on the Ipython console or Ipython Notebook. The second solution is to wrap the code in a function within the cell being re-run and retry until nonempty results are achieved