From 761ef7d22a734e50041b781488110e44f79dd792 Mon Sep 17 00:00:00 2001 From: James Howison Date: Mon, 28 Feb 2022 16:10:32 -0600 Subject: [PATCH 1/2] Add nbstripoutput pip to image To help students who end up with an unresponsive Jupyter because of very large output in files. A workaround for the issue in xues-sql reported here: https://github.com/jupyter-xeus/xeus-sql/issues/59 --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 63e6489..bfd4755 100644 --- a/environment.yml +++ b/environment.yml @@ -20,3 +20,4 @@ dependencies: - pip: - nbgitpuller # nbgitpuller on conda-forge seems to be outdated so use pip - jupyterlab-limit-output + - nbstripoutput From 45f725a14284abf948125d898a869eca06e716da Mon Sep 17 00:00:00 2001 From: James Howison Date: Mon, 28 Feb 2022 17:57:37 -0600 Subject: [PATCH 2/2] fix the name from nbstripoutput spelled it wrongly. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index bfd4755..563c242 100644 --- a/environment.yml +++ b/environment.yml @@ -20,4 +20,4 @@ dependencies: - pip: - nbgitpuller # nbgitpuller on conda-forge seems to be outdated so use pip - jupyterlab-limit-output - - nbstripoutput + - nbstripout