This repository contains assets and artefacts related to Bokeh accessibility audits:
This dashboard can be accessed at https://quansight-labs.github.io/bokeh-a11y-audit/.
-
Clone the repository:
git clone https://github.com/Quansight-Labs/bokeh-a11y-audit.git
-
Navigate to the dashboard folder:
cd bokeh-a11y-audit/dashboard
-
Install
conda
if needed and create aconda
environment with the required packages:conda env create -f environment-dashboard.yml.yml
-
Activate the environment:
conda activate bokeh-dashboard
-
Start JupyterLab:
jupyter lab
-
Run and the update the code in
dashboard.ipynb
.
The final section in dashboard.ipynb
exports the dashboard as an HTML file (index.html
) at the root of the repository.
Check the file into git in the pages
branch, which is served using GitHub pages.
Go to the repo settings to update GitHub pages configurations, if needed.