make_image

mastml.html_helper.make_image(src, title=None)[source]

Method used to generate and show an image of a fixed width. The image will be displayed in the appropriate section of the index.html file

Args:

src: (str), source path of the image to be displayed

title: (str), title for the image

Returns:

None