Replies: 3 comments 10 replies
-
Hey @rodrigues, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Amazing, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jonatanklosko for some reason Any idea how to solve this? |
Beta Was this translation helpful? Give feedback.
10 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.
-
Many times when the resulting data is a bit big (but often not that big), livebook result cells show results limited with ellipsis
...
I often have to write a
|> IO.inspect(limit: :infinity)
or similar to bypass this issue and explore the full data,dbg
also shows limited results.I wonder if it's possible already, or if it would be feasible to configure that for a notebook, an env variable could also work perhaps? Maybe this would be better as a cell option instead?
It would be also interesting to be able to resize the cell result height at the border.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions