paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

Object.keys - include max number of records to look through #21

Closed paulroth3d closed 1 year ago

paulroth3d commented 2 years ago

by default it looks through all the objects in the array, sometimes this isn't necesssary for very long lists (it can be 'good enough')

paulroth3d commented 1 year ago

corrected in version 1.19.1: object.keys(collection, maxRows = -1)