Replies: 1 comment 5 replies
-
Can you explain how you're getting 1000 rows? In the terminal it's limited to 16 rows. In Jupyter to 160 rows, but it's supposed to be shown as a small cell + scrolling. Is that what you're referring to, or is there some other effect? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when using
import_table
orimport_json
, on completion the comand will output 1,000 rows of imported data. It would be good to have a function parameter to control or suppress that, so that users don't have to scroll past 1,000 lines of text for their next step.Maybe have a default param set to 1,000, but can be overriden with any number or 0, and if 0 - it will output "imported N rows" or something, to indicate success.
Another option might be to have it as a config setting.
Clearing the terminal or Jupyter cell output also works, but isn't ideal.
Beta Was this translation helpful? Give feedback.
All reactions