From c3f79bfcb2485b5798f37e4c0fc7a3f294eb71c0 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Wed, 17 Jul 2024 15:02:42 -0700 Subject: [PATCH] Add jupyter-a11y-checker to data 101 image --- deployments/data101/image/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/data101/image/environment.yml b/deployments/data101/image/environment.yml index 313b9c50b..7436db03a 100644 --- a/deployments/data101/image/environment.yml +++ b/deployments/data101/image/environment.yml @@ -108,3 +108,4 @@ dependencies: - git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling # pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323 - jupytext==1.16.2 + - jupyterlab-a11y-checker==0.1.2 # Adding a11y-checker for Data 101 staff's exploration