config_display module
Module containing notebook markup helpers.
I think this is unused and can be considered deprecated.
- aiv_utils.config_display.as_json_tree(json_doc, expanded=False)
Display json as a notebook cell tree.
- Parameters:
json_doc – the json string/dict
expanded – whether to expand the tree, defaults to False
- Return type:
- aiv_utils.config_display.display_device(dev)
Display a list of tango device attributes.
- Parameters:
dev (
DeviceProxy) – the tango device proxy- Return type:
- aiv_utils.config_display.log_link(start_time, end_time)
Display kibana log link in notebook.