A sample project to show github actions in action
├── README.md
├── build_env.sh # Run to create a local venv
├── data # Input CSV data
├── docs # Any documentation including environment dependecy list
├── main.py # main entry point to run the program
├── out # Holding outputs
├── requirements.txt
├── setup # Holding any project setup (version)
├── setup.py # Holding any project setup (version)
└── src # Python modules
Current data is for testing the flow only. There might not be no real cause-effect relationship between the chosen stocks
To run jupyter notebook jupyter notebook --browser=firefox