-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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:
- Allow reports to be run without an experiment (e.g., just given the properties)
- Untangle the virtual methods to some degree (at least split creating the report from writing it)
- 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.
Reactions are currently unavailable