From 305f5b680b24cbffe86668f33af91b0728f035d9 Mon Sep 17 00:00:00 2001 From: Randy Heiland Date: Fri, 28 Jun 2019 09:31:41 -0400 Subject: [PATCH] undo previous --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index b7664bf..600e862 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -100,7 +100,7 @@ $ cp config_samples/config_biorobots.xml . $ python xml2jupyter.py config_biorobots.xml ``` The `xml2jupyter.py` script parses the XML and generates a Python -module named `user_params.py` that contains the Jupyter widgets, together with methods to populate +module, `user_params.py`, containing the Jupyter widgets, together with methods to populate their values from the XML and write their values back to the XML. To "validate" the widgets were generated correctly, one could, minimally, open `user_params.py` in an editor and inspect it. But to actually see the widgets rendered in a notebook, we provide a simple test: