PyShiny Template for Basic Dashboard using Penguins (adjusted for GitHub Pages)

2 Open Issues Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
Python Project Templates

AI Summary: The task involves modifying the existing PyShiny penguin dashboard application to customize the text displayed on the dashboard. This likely requires editing the `app.py` file to change strings used in the user interface elements, such as titles, labels, and descriptions. After making changes, the application needs to be re-exported to the `docs` folder and pushed to GitHub to update the GitHub Pages deployment.

Complexity: 2/5
good first issue

PyShiny Template for Basic Dashboard using Penguins (adjusted for GitHub Pages)

Python Project Templates

AI Summary: The task involves correcting a typo in the header of an interactive DataGrid within a PyShiny dashboard deployed on GitHub Pages. This requires forking the provided GitHub repository, making the code change to correct "Penguin da" to "Penguin Data", and then pushing the updated code to the forked repository to trigger a GitHub Pages rebuild.

Complexity: 2/5
bug help wanted

PyShiny Template for Basic Dashboard using Penguins (adjusted for GitHub Pages)