Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproducibility of a dashboard #327

Closed
sylvaincom opened this issue Sep 11, 2024 · 3 comments
Closed

Reproducibility of a dashboard #327

sylvaincom opened this issue Sep 11, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@sylvaincom
Copy link
Contributor

Issue

It is not possible to choose the location of dashboard cells from the python code, which poses the problem of dashboard / report reproducibility when sending the source file from a junior DS to his senior who would like to regenerate the same report.

It is nice to be able to change the dashboard directly from the dashboard, but maybe we could translate this (= where a cell appears) into python code on-the-fly? Or maybe be able to save a dashboard as a dashboard to modify it later, not just export it into HTML (non editable)?

Expectation

What I would like:

  • Be able to send my python notebook to my N+1 data scientist, that can exactly reproduce my dashboard by simply running the python code. It is something that Streamlit can do for example: you specify in Python code where the display appears.
@sylvaincom sylvaincom added the enhancement New feature or request label Sep 11, 2024
@rouk1
Copy link
Contributor

rouk1 commented Sep 16, 2024

We need to discuss the public API for layout.

@tuscland
Copy link
Member

@sylvaincom you can already specify the order and the size of the cells in a report. An ongoing work (typically #334 and dependent UI-related issues) will address your need to control the report layout. Can you please confirm?

@tuscland
Copy link
Member

Closing in favor of a deeper reflexion on reports. Right now we focus on views.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants