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:

None

aiv_utils.config_display.display_device(dev)

Display a list of tango device attributes.

Parameters:

dev (DeviceProxy) – the tango device proxy

Return type:

None

Display kibana log link in notebook.

Parameters:
  • start_time (str) – the start time of the logs to capture

  • end_time (str) – the end time of the logs to capture

Return type:

None

aiv_utils.config_display.utc_now()

Generate utc_now as a elastic compatible iso8601 string

Return type:

str

Returns:

the formatted string