ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

I can't see more than 100 rows ? #75

Closed ForrestSu closed 5 years ago

ForrestSu commented 5 years ago

What is the maximum number of rows supported by the gridstudio?

grid

liupu14 commented 5 years ago

The same problem with you, beg for the key to the problem

KnightYao commented 5 years ago

same problem

jian-kang-computational-physics commented 5 years ago

When executing the following codes, the connection to the server lost immediately. So my guess is: for now the app does not support 100+ rows nor "P"+ columns. When asking values out of the limited range, an internal error occurs. sheet("A101", 1.0) sheet("P1", 1.0)

Lpanp commented 5 years ago

same problem

ricklamers commented 5 years ago

It's apparently well hidden, but you can right-click the sheet and change its size to get more rows!

image

weidongzhou1994 commented 5 years ago

It seems that the maximum number of rows is not restricted, but if you set the cells above million, you will receive this message: You're creating over a million cells, Grid isn't fully optimized yet. This amount could result in degraded user experience, are you sure you want to continue?