This is a basic analysis of FTS financial flows to CCCM from 2005-2020.
- Install Conda and Git.
- Open the Anaconda terminal prompt and type
git clone https://github.com/CCCMcluster/FTS-analysis.git - Type
cd FTS-analysis/and thenconda env create.
- Type
conda activate cluster-ftsto activate the conda environment you created above with all the installed libraries listed in requirements.yml - Type
jupyter labto launch Jupyter lab in the browser. - Click 'Run all cells' to pull the latest training data from Kobo and produce the analysis.
- Type
jupyter nbconvert FTS-analysis.ipynb --to slides --no-input --post serveto show the analysis as slides.