Ekumen-OS / lambkin

Apache License 2.0
7 stars 0 forks source link

Jupyter Notebooks as a report #26

Open hidmic opened 2 years ago

hidmic commented 2 years ago

Description

On first approach to a problem, some rounds of data analysis tend to be necessary. While this is entirely possible today -- we write benchmark output data to files --, it's certainly not very practical. All our reports are static. Jupyter Notebooks might be an interesting opportunity for interactive reports.

Definition of Done

TBD

francocipollone commented 1 year ago

I ran into streamlit this week. It can be a really good alternative with a boost in features rather than Jupyter Notebook

You can easily create a web app, from a python script. It has wide support to extend and modify the interface any way you want.

It is ideal for interactive reports. We could present our results there AND modify the parameters of the test from the interface, and get different results.

hidmic commented 1 year ago

It looks like a very interesting alternative to Jupyter and Sphinx. They can coexist too (which I think it's the best of all worlds).