Click here to launch an interactive online version of this notebook: nbapp badge

Code route to displaying a list of RAMADDA resouces

[1]:
%reload_ext ipython_IDV

from ipython_IDV import Ramadda

URL = "http://weather.rsmas.miami.edu/repository/entry/show?entryid=4928328d-4148-4a35-8c36-f8c77f2680bc"
Ramadda(URL).do_list(label="LMT Manual Materials",display=True)

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-fc239a12669d> in <module>
      1 get_ipython().run_line_magic('reload_ext', 'ipython_IDV')
      2
----> 3 from ipython_IDV import Ramadda
      4
      5 URL = "http://weather.rsmas.miami.edu/repository/entry/show?entryid=4928328d-4148-4a35-8c36-f8c77f2680bc"

ImportError: cannot import name 'Ramadda'
[ ]: