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
which in turn is only ever called with cols = getOption('repr.matrix.max.cols'), so probably that option somehow manages to be set to a value ≤1.
can you confirm? and if yes, please figure out why that is. the default set by repr is 20, so you (or some code you call into) must have set it somewhere…
Hello,
I'm using R in my jupyter notebook, which works like a charm except for using the function scale(x) which gives me the following failure
I've found that the rich issues related to repr so I've tried to install the newest version from github with the following command
devtools::install_github('IRkernel/repr')
but this does not fix it. What could be the problem?
Thank you
The text was updated successfully, but these errors were encountered: