SolveBio shell does not see globals when defining functions
Closed this issue · 0 comments
davecap commented
To reproduce:
Open solvebio
, paste function:
def test():
Dataset.all()
You will see the error: NameError: global name 'Dataset' is not defined