This notebook is used to analyze the data collected.
- Install Anaconda with Python >= 3.6. Miniconda.
- Clone the repository
git clone https://github.com/organizejs/collective-actions-in-tech/
- Install the conda environment. You'll find the
environment.yml
file in the root directory. To build the conda environment:conda env create -f environment.yml
- Activate the conda environment and register it with Jupyter:
conda activate cv python -m ipykernel install --user --name cait --display-name "Python (cait)"
- Start the Jupyter notebook server on your desired
jupyter notebook --port <PORT>