For a local file, just put its name in loadBundle('/path/mybundle.xidv'). For a Mapes IDV collection bundle, find it at http://bit.ly/Mapes_IDV. Copy the URL into the loadBundle('My_bundle_URL') command, and change "show" to "get" in the URL as seen below:
In [1]:
loadBundle('http://weather.rsmas.miami.edu/repository/entry/get?entryid=8bc7c055-ca2c-4533-93cf-604db757b128')
https://www.unidata.ucar.edu/software/idv/release/test/docs/userguide/isl/index.html
for bundleFile in BundleFileList:
isltag="""<bundle file='%s' clear='false'/>"""%bundleFile
runIsl(isltag)
In [ ]:
%%isl
<bundle file='http://weather.rsmas.miami.edu/repository/entry/get?entryid=8bc7c055-ca2c-4533-93cf-604db757b128' clear='false'/>
In [ ]:
loadBundleBB('http://weather.rsmas.miami.edu/repository/entry/get?entryid=8bc7c055-ca2c-4533-93cf-604db757b128',80,10,60,120)
In [2]:
showImg()
In [3]:
showImgWithLegend()
In [4]:
showImgWithFullWindow()
In [1]:
%showMovie
In [3]:
writeMovie("MyMovie.gif")
In [4]:
%Image MyMovie.gif
In [2]:
%%HTML
<div style="background-color:white; border:white; width:300px; padding:20px;">
Variable Name: <input type="text" id="var_name" value="foo"><br>
Variable Value: <input type="text" id="var_value" value="bar"><br>
<button onclick="set_value()">Set Value</button></div>
In [3]:
%%Latex
\overline{End}