From 29ad9cf3fac2d0781d605d2d6fc773e8cb8c3e37 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 20 Nov 2025 22:29:41 +0000 Subject: [PATCH] Test quantecon-book-theme PR #330: fix streaming output whitespace Install quantecon-book-theme from the fix-streaming-output-whitespace branch to test the CSS fix for excessive whitespace between consecutive streaming output lines in Jupyter code cells. Related: https://github.com/QuantEcon/quantecon-book-theme/pull/330 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4a545a1f4..0ab343472 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - pip - pip: - jupyter-book==1.0.4post1 - - quantecon-book-theme==0.11.0 + - git+https://github.com/QuantEcon/quantecon-book-theme.git@fix-streaming-output-whitespace - sphinx-tojupyter==0.4.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==1.2.0