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-fts
to activate the conda environment you created above with all the installed libraries listed in requirements.yml - Type
jupyter lab
to 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 serve
to show the analysis as slides.