From 5955e92b3e25f7b41a5b912498bfeec1ed578647 Mon Sep 17 00:00:00 2001 From: Taylor Date: Mon, 20 May 2024 16:34:39 +0200 Subject: [PATCH] Switched to the classic tree page --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ae83197..e19ef67 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: voila --Voila.ip=0.0.0.0 --template=osscar --VoilaConfiguration.enable_nbextensions=True notebook/ --port=$PORT --no-browser --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120 --MappingKernelManager.cull_busy=True +web: voila --Voila.ip=0.0.0.0 --classic-tree --template=osscar --VoilaConfiguration.enable_nbextensions=True notebook/ --port=$PORT --no-browser --MappingKernelManager.cull_interval=60 --MappingKernelManager.cull_idle_timeout=120 --MappingKernelManager.cull_busy=True