You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PyDAP notebooks seem to need to have the cell that imports PyDAP run twice to work around an error on the line 'ifrom pydap.client import open_url'. No idea why.
The PyDAP notebooks seem to need to have the cell that imports PyDAP run twice to work around an error on the line 'ifrom pydap.client import open_url'. No idea why.
See: https://colab.research.google.com/github/OPENDAP/NASA-tutorials/blob/main/tutorials/colab/3.pydap_dap4_basic.ipynb and run down to the cell that includes
from pydap.client import open_url
The text was updated successfully, but these errors were encountered: