From ce14e600f0048b1e4f91bbfb47355ac53ec9f304 Mon Sep 17 00:00:00 2001 From: Dawn Choo Date: Fri, 18 Oct 2024 10:31:55 -0400 Subject: [PATCH] add test title --- notebook/templates/notebooks.html | 1 + 1 file changed, 1 insertion(+) diff --git a/notebook/templates/notebooks.html b/notebook/templates/notebooks.html index 9c0f5b2dae..835d59acb7 100644 --- a/notebook/templates/notebooks.html +++ b/notebook/templates/notebooks.html @@ -13,6 +13,7 @@ {% endif %} +

Test

{# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %}