Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example code broken on retrieving-data.html page #4

Open
RobbieClarken opened this issue Jul 19, 2016 · 1 comment
Open

Example code broken on retrieving-data.html page #4

RobbieClarken opened this issue Jul 19, 2016 · 1 comment

Comments

@RobbieClarken
Copy link

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!

@tacaswell
Copy link
Member

attn @danielballan Missing deps when autobuilding these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants