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

Quick look dashboard [WIP] #819

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

capy-on-caffeine
Copy link
Contributor

As mentioned in issue #794, we need a quicklook dashboard with basic interactivity. I'm exploring ways to do that and pushing it here for everyone to see. Any feedback is appreciated.

Currently, I'm trying to build the dashboard with plotly(dash) on self generated data. To run the dashboard locally, run pip install pandas dash.

python app.py run the app on localhost and can be seen.

@pep8speaks
Copy link

pep8speaks commented Apr 20, 2024

Hello @capy-on-caffeine! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 7:1: E266 too many leading '#' for block comment

Comment last updated at 2024-04-20 10:09:25 UTC

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.64%. Comparing base (14756d9) to head (539f1d9).

❗ Current head 539f1d9 differs from pull request most recent head f2c3e5e. Consider uploading reports for the commit f2c3e5e to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #819       +/-   ##
===========================================
- Coverage   96.47%   78.64%   -17.84%     
===========================================
  Files          45       45               
  Lines        9135     9135               
===========================================
- Hits         8813     7184     -1629     
- Misses        322     1951     +1629     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matteobachetti
Copy link
Member

Hi @capy-on-caffeine , thanks for the PR. However, as you know, this work was conceived as a large project to be carried out during the Google Summer of Code. If someone is selected for GSoC, they will work the whole Summer on the dashboard, including a careful initial work on the design. Setting up a draft implementation now would be untimely. Hope you understand.

@capy-on-caffeine
Copy link
Contributor Author

Hi @matteobachetti, I was trying to explore plotly for this purpose (being hopeful). If someone else gets to work on it, they can use it as a base, and I can later remove the PR

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

Successfully merging this pull request may close these issues.

None yet

3 participants