src.ci package#

Submodules#

src.ci.utils module#

src.ci.utils.view_html(index_path: str, browser: str | None = None)[source]#

View an HTML file using the browser provided by the user.

Parameters:
  • index_path (str) – Path to HTML index. Usually this file is named index.html.

  • browser (str | None, optional) – Possible arguments include Chrome, Firefox, Safari. If no browser is specified it will open using your system’s default browser. Defaults to None.

Module contents#