VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Dataset views in python aren't reading properly #271

Closed okennedy closed 11 months ago

okennedy commented 11 months ago

Load a dataset as 'r'

ds = vizierdb['r']
for row in ds.rows:
  print(row)

prints nothing.

Also the 'load dataset snippet is missing a closing brace'