https://github.com/denisecase/cintel-04-reactive
Interactive analytics, reactive app built with Shiny for Python
https://github.com/denisecase/cintel-04-reactive
analytics bokeh data flights interactive mtcars penguins python relationships shiny
Last synced: 4 months ago
JSON representation
Interactive analytics, reactive app built with Shiny for Python
- Host: GitHub
- URL: https://github.com/denisecase/cintel-04-reactive
- Owner: denisecase
- Created: 2023-05-29T20:50:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T21:30:13.000Z (over 2 years ago)
- Last Synced: 2025-06-20T23:07:01.410Z (4 months ago)
- Topics: analytics, bokeh, data, flights, interactive, mtcars, penguins, python, relationships, shiny
- Language: Python
- Homepage: https://denisecase.shinyapps.io/cintel-04-reactive/
- Size: 740 KB
- Stars: 0
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Continuous Intelligence and Interactive Analytics - Reactive Apps
- Interactive app: [cintel-04-reactive](https://denisecase.shinyapps.io/cintel-04-reactive/)
- Repository: [cintel-04-reactive](https://github.com/denisecase/cintel-04-reactive)
- Author: [Denise Case](https://github.com/denisecase)-----
## Copy This Repository
Copy this starter repository into your own GitHub account by clicking the 'Fork' button at the top of this page.
-----
## Customize Your Web App
### Get the Code to your Local Machine
1. Open VS Code and from the menu, select **View** / **Command Palette**.
1. Type "Git: Clone" in the command palette and select it.
1. Enter the URL (web address) of your forked GitHub repository (make sure it contains your GitHub username - not denisecase).
1. Choose a directory on your local machine (e.g., Documents folder) to store the project.
1. If prompted, sign in to GitHub from VS Code.### Make Changes in VS Code
With your repository folder open in VS Code:
1. Click on this README.md file for editing.
1. Update the README.md file by changing your name in the author link above.
1. Update the links in the README.md file to your username instead of denisecase.### Save Your Changes
1. After making changes, you want to send them back to GitHub.
1. In VS Code, find the "Source Control" icon and click it.
1. Important: Enter a brief commit message describing your changes.
1. Change the "Commit" button dropdown to "Commit and Push" to send your changes back to GitHub.-----
## Reminders
Details matter - check spelling, capitalization, plurals, spacing when things don't match.
## Resources
- [Seaborn](https://seaborn.pydata.org/)
- [Plotly](https://plotly.com/python/)
- [Bokeh](https://docs.bokeh.org/en/latest/index.html)
- [Seaborn Flights Dataset](https://seaborn.pydata.org/tutorial/data_structure.html)-----



