coastwatch-training / CoastWatch-Tutorials

This repository includes CoastWatch training materials and code samples to demonstrate access and usage of environmental and oceanographic satellite data
15 stars 2 forks source link

sea ice extent - join function in jupyterhub doesn't work correctly #26

Closed shospital closed 3 months ago

shospital commented 3 months ago

ones that ends with parenthesis

shospital commented 3 months ago

jupyter notebook doesn't interpret the string as is and leaves out the last brackets. quick fix is to apply encoding of the str encoded_query = quote(query_url, safe='')