An experimental Jupyter notebook setup for analysing and visualizing WP3 Device Selection scores.
Poetry is used for dependency management, so please install on your local machine. Also ensure you have Python 3.0 installed; using pyenv is recommended. [Pre-commmit] is used to strip out the output from the notebook before commiting to version control.
poetry install
poetry run pre-commit installPlace the DeviceSelectionsScoring.xslx document you want to use in the /local folder.
Enter a poetry shell before running jupyter notebook to ensure it has access to the dependencies in the virtual env.
poetry shell
jupyter notebookAll notebooks are in the /notebooks folder. You can also use