Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Description

@RobbieClarken

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions