From 21fd150703485a7dae4390c0cde3fed3d8c8d850 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 20 Jan 2023 10:49:05 -0600 Subject: [PATCH] clarify issue --- tests/test_notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_notebooks.py b/tests/test_notebooks.py index 8de3dfb07b..07b978c2ff 100644 --- a/tests/test_notebooks.py +++ b/tests/test_notebooks.py @@ -6,7 +6,7 @@ import pytest import scrapbook as sb -# Avoid problems with interact by using non-gui backend +# Avoid hanging on with ipywidgets interact by using non-gui backend os.environ["MPLBACKEND"] = "agg"