From 28202c9184f0e0aad2e450cb32e2bccc107f3871 Mon Sep 17 00:00:00 2001 From: Dou Du Date: Thu, 6 Jun 2024 08:25:38 +0800 Subject: [PATCH] use classic_tree for binder links --- 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" } }