This demo accompanies a talk on getting the most out of GitHub Copilot. In this dem, I try out streamlit for the first time with a little help from GitHub Copilot.
- fork and clone this repository
- open the notebook in your editor
- open up GitHub Copilot Chat do the following:
- Ask: Can I use streamlit in this app? (create a new file with the suggestions)
- Ask: How do I install it? (if instructions weren't initially provided)
- Accept suggestions and open up app in browser
- Ask: What else can I do with Streamlit and my #flights.csv data? (attach csv file) to conversation
- Accept suggestions and verify app still works in broswer
- Ask as many questions as you want about streamlit and implement the suggestions to learn more.
Push your changes to the repository and be proud that you tried a new tool with the help of GitHub Copilot!
- Using GitHub Copilot in your IDE: Tips, tricks, and best practices
- 10 unexpected ways to use GitHub Copilot
- How to use Github Copilot in the CLI
- Prompt crafting with GitHub Copilot
