The weird part is that I just tried to do this in console, and everything worked fine. But with using Juno’s console the problem still remains (I tried to rerun). What could be wrong?
Just click on it. Like arrays, things which are rendered via Juno.jl can be interactive. This is nice because then it can show a simplified form, but the more in-depth form is right there as well. Maybe there should be an indicator that numbers are clickable.
I don’t really want my environment to elide a value unless it’s pressed for space. When we elide arrays we print dots. An elided number could end in an ellipsis.
Also, I’m pretty sure I tried clicking on both the number and the arrow to its left and nothing happened since I thought that might be how this worked.
EDIT: I tried again and I must have only tried clicking the arrow on the left, not the number itself – clicking the number does expand it, but it’s pretty hard to discover this.
Was this issue resolved? My Juno rounds all numbers to 2 or 3 digits. Is it possible to set global rounding to some number of digits (something like options(“scipen”=100, “digits”=5) in R)?