-
Notifications
You must be signed in to change notification settings - Fork 144
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
[CI] Enable PyCafe dashboards in CI #816
Conversation
View the example dashboards of the current commit live on PyCafe: Updated on: 2024-10-23 11:20:35 UTC Link: examples/scratch_dev/ Link: examples/dev/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so cool. Great job. 🚀
Do we eventually what to do the same for Vizro-AI UI?
Left just a few comments, but overall looks amazing! 👍 🥇 |
Could be interesting, but currently I am still struggling a bit bringing that to PyCafe :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it! ❤️ 🚀 This is awesome, thank you for all your work on this @maxschulz-COL and also @maartenbreddels.
Maarten: I left just a small comment for you here: #816 (comment)
Max: I left lots of small tidying suggestions. The most important one is to use Pathlib
. The rest should be quick to implement or ignore if you think they're not worth doing.
View the example dashboards of the current commit live on PyCafe ☕ 🚀Updated on: 2024-10-24 12:57:32 UTC Link: examples/dev/ Link: examples/scratch_dev |
for more information, see https://pre-commit.ci
Description
This PR enables the view of our examples folder dashboards in CI via PyCafe. There is two ways to view them:
Details
button in the Status checksIf in the future you would like to add/remove a dashboard, it should be as easy as adding the path in the github workflow file at the bottom. Should your example have requirements beyond just vizro (e.g.
openpyxl
) you would need to add them in the if clause in thecreate_pycafe_links.py
script.Screenshot
Notice
I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":