From ef75f92b5637c73c434eb8d92fdf92aad3894a42 Mon Sep 17 00:00:00 2001 From: Dou Du <56022756+dou-du@users.noreply.github.com> Date: Thu, 6 Jun 2024 02:33:32 +0200 Subject: [PATCH] use classic_tree for binder links (#344) Co-authored-by: Dou Du --- jupyter_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyter_config.json b/jupyter_config.json index 6cbed20..6c9a3d9 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -2,6 +2,7 @@ "VoilaConfiguration": { "enable_nbextensions": true, "theme": "light", + "classic_tree": true, "template": "osscar" } }