From 68c2d859767f8774fc9cd34af0f549ab466c142a Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 3 Sep 2021 16:39:23 +0530 Subject: [PATCH] Remove voila We suspect it caused the main thread to block, preventing all other server actions (like file saves) from working. Ref https://github.com/berkeley-dsep-infra/datahub/issues/2688 Undoes https://github.com/berkeley-dsep-infra/datahub/issues/784 --- infra-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/infra-requirements.txt b/infra-requirements.txt index df524b0..6cbb80b 100644 --- a/infra-requirements.txt +++ b/infra-requirements.txt @@ -31,5 +31,3 @@ jupyter_nbextensions_configurator==0.4.1 popularity-contest==0.4.1 # RISE is useful for presentations - see https://github.com/berkeley-dsep-infra/datahub/issues/2527 RISE==5.7.1 -# https://github.com/berkeley-dsep-infra/datahub/issues/784 -voila==0.2.10