def idv_help(line, cell=None):
DrilsdownUI.status("")
html = "<pre>idv_help Show this help message<br>" \
+ "run_idv<br>" \
+ "make_ui<br>" \
+ "load_bundle <bundle url or file path><br>" \
+ " If no bundle given and if set_ramadda has been called the bundle will be fetched from RAMADDA<br>" \
+ "load_bundle_make_image <bundle url or file path><br>" \
+ "load_catalog Load the case study catalog into the IDV<br>" \
+ "make_image <-publish> <-caption ImageName> <-capture (legend|window)> Capture an IDV image and optionally publish it to RAMADDA<br>" \
+ "make_movie <-publish> <-caption MovieName> <-capture (legend|window)> Capture an IDV movie and optionally publish it to RAMADDA<br>" \
+ "save_bundle <xidv or zidv filename> <-publish> <-embed> - write out the bundle and optionally publish to RAMADDA. If embed then embed the bundle xml into the notebook as a link<br>" \
+ "publish_bundle <xidv or zidv filename> - write out the bundle and publish it to RAMADDA<br>" \
+ "publish_notebook <notebook file name> - publish the current notebook to RAMADDA via the IDV<br>" \
+ "set_ramadda <ramadda url to a Drilsdown case study><br>" \
+ "create_case_study <case study name><br>" \
+ "set_bbox <north west south east> No arguments to clear the bbox<br></pre>"
DrilsdownUI.do_display(HTML(html))
评论列表
文章目录