From 761ef7d22a734e50041b781488110e44f79dd792 Mon Sep 17 00:00:00 2001 From: James Howison Date: Mon, 28 Feb 2022 16:10:32 -0600 Subject: [PATCH] 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