diff --git a/API_Example.ipynb b/API_Example.ipynb index e817e32..af3daec 100644 --- a/API_Example.ipynb +++ b/API_Example.ipynb @@ -10,6 +10,12 @@ "2024 NHERI Computational Academy \n", "Scott J. Brandenberg\n", "\n", + "## Jupyter Notebooks \n", + "Complete Notebook \n", + "[![Try on DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/user/name/notebooks/CommunityData/Training/2024-NHERI-AI-Academy/Day2/API_Example.ipynb.ipynb) \n", + "Template \n", + "[![Try on DesignSafe](https://raw.githubusercontent.com/geoelements/LearnMPM/main/DesignSafe-Badge.svg)](https://jupyter.designsafe-ci.org/user/name/notebooks/CommunityData/Training/2024-NHERI-AI-Academy/Day2/API_Example_Template.ipynb.ipynb) \n", + "## Real-time traffic data\n", "\n", "On Day 1, Charlie Dey presented a nice example using Pandas and Matplotlib to visualize real-time traffic data in Austin, TX from [this link](https://data.austintexas.gov/Transportation-and-Mobility/Real-Time-Traffic-Incident-Reports/dx9v-zd7x/about_data). He first downloaded a CSV file from the website, then loaded that CSV file into a Pandas dataframe. \n",