You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Most of the code examples at https://nsls-ii.github.io/examples/retrieving-data.html are broken due to undefined variables. Eg:
Off-topic: the documentation you've put together is excellent, thanks!
The text was updated successfully, but these errors were encountered: