jupyter显示更多输出?

在jupyter下,如何让dataframe的输出显示的更多又能保证原有风格?用show会变为文字输出。

已解决
withenv(“LINES”=>10, “COLUMNS”=>200) do
display(data)
end