Skip to content

Commit

Permalink
undo previous
Browse files Browse the repository at this point in the history
  • Loading branch information
rheiland committed Jun 28, 2019
1 parent fba26f8 commit 305f5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Expand Up @@ -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:
Expand Down

0 comments on commit 305f5b6

Please sign in to comment.