From e28feecacbdbc403b689fc2a77ad607b3b7db640 Mon Sep 17 00:00:00 2001 From: Jahnavi Maddhuri Date: Fri, 13 Dec 2024 06:35:45 -0800 Subject: [PATCH] add nb link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d6836..ccd790a 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,9 @@ The purpose of this project is to analyze a dataset using pandas and a cloud hos ## CI/CD Badge [![CICD](https://github.com/nogibjj/JahnaviM-CloudHostedNotebook/actions/workflows/cicd.yml/badge.svg)](https://github.com/nogibjj/JahnaviM-CloudHostedNotebook/actions/workflows/cicd.yml) +## Open Notebook +[Colab Notebook Link](https://colab.research.google.com/github/nogibjj/JahnaviM-CloudHostedNotebook/blob/main/main_nb.ipynb) +Access the python notebook in colab directly by clicking on the link above. + ## Instructions for Use -To use this repository to generate the analysis, start by cloning the repository. Make sure all the requirements in requirements.txt are fulfilled as these are necessary libraries to run the python script. Finally, run the script, crime_analyze.py, and review the statistics and visualizations. For more information around these insights, look at Summary.md. +To use this repository to generate the analysis, start by cloning the repository. Make sure all the requirements in requirements.txt are fulfilled as these are necessary libraries to run the python script. Finally, run the script, main.py, and review the statistics and visualizations. For more information around these insights, look at Summary.md. To run the code in the notebook and conduct further analysis, open the Colab Notebook Link above.