Repository for the data and code to analyse/report on said data regarding alignment with the Digital Standards.
For more detailed instructions, go here
sudo apt update
sudo apt install python3-pip python3-dev
sudo -H pip3 install --upgrade pip
sudo -H pip3 install virtualenv
mkdir notebook
cd notebook
virtualenv digital-standards-virtual-env
source digital-standards-virtual-env/bin/activate
## Now you should be within the virtual env
## Run the following commands within the virtual env
pip install jupyter
pip install plotly==4.12.0
pip install numpy
jupyter notebook
cd notebook
source digital-standards-virtual-env/bin/activate
jupyter notebook