Open
Description
Most of the code examples at https://nsls-ii.github.io/examples/retrieving-data.html are broken due to undefined variables. Eg:
In [2]: h = db[uid]
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-2-107caca0d61b> in <module>()
----> 1 h = db[uid]
NameError: name 'db' is not defined
Off-topic: the documentation you've put together is excellent, thanks!
Metadata
Metadata
Assignees
Labels
No labels
Activity