Skip to content

Simplify making reports in a Jupyter notebook #25

@jendrikseipp

Description

@jendrikseipp

Original report by Florian Pommerening (Bitbucket: FlorianPommerening, GitHub: FlorianPommerening).


I tried using lab in a python notebook and wanted to create and view a report there. My hope was that I could create a report, pass a properties object to it, and get matplotlib object as a return value which would be rendered by the notebook. I tried to change the write method of report, but got stuck.

There is several parts to this suggestion. Lets discuss the general idea here and possibly create subissues then:

  1. Allow reports to be run without an experiment (e.g., just given the properties)
  2. Untangle the virtual methods to some degree (at least split creating the report from writing it)
  3. Add the option to return the plot object (or table, or whatever is the finished version of the report) instead of writing it to a file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions