Skip to content

Repository for the data and code to analyse/report on said data regarding alignment with the Digital Standards

License

Notifications You must be signed in to change notification settings

AdiMakkar/Digital-Standards-Alignment-Tracker-main

Repository files navigation

Digital-Standards-Alignment-Tracker

Repository for the data and code to analyse/report on said data regarding alignment with the Digital Standards.

Installation

Install Jupyter Notebooks

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

To Launch Notebook

cd notebook
source digital-standards-virtual-env/bin/activate
jupyter notebook

About

Repository for the data and code to analyse/report on said data regarding alignment with the Digital Standards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages