You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The !record command is really useful when viewing large datasets with many columns as terminal isn't horizontally scroll-able.
But having to give !record to start and again !record to view the output for each command is a bit frustrating.
So I would like to suggest adding out.flush() for addline() and print() functions in OutputFile class.. . so that we can record outputs of multiple commands in the same file and view them after each command.
Ps. I found the tool extremely useful.. keep up the good work :)
The text was updated successfully, but these errors were encountered:
The !record command is really useful when viewing large datasets with many columns as terminal isn't horizontally scroll-able.
But having to give !record to start and again !record to view the output for each command is a bit frustrating.
So I would like to suggest adding out.flush() for addline() and print() functions in OutputFile class.. . so that we can record outputs of multiple commands in the same file and view them after each command.
Ps. I found the tool extremely useful.. keep up the good work :)
The text was updated successfully, but these errors were encountered: