Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
using DataFrames DataFrame(a = 1:100)
默认情况下在 IJulia/Jupyter 中打印大约 30 行。
如何在 IJulia/Jupyter 中设置要打印的行数?
要显示n行只需设置
n
Base.displaysize() = (n, 80)