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
This comes out of a discussion with @felixmusil. If someone is trying to visualize very large structures, the data might fail to load since it will overflow the maximal allowed size in javascript.
It should be possible to use the custom structure loading mechanism to work around that, asking the jupyter server to generate and send the structure JSON on the fly instead of having to load everything at once.
The text was updated successfully, but these errors were encountered:
This comes out of a discussion with @felixmusil. If someone is trying to visualize very large structures, the data might fail to load since it will overflow the maximal allowed size in javascript.
It should be possible to use the custom structure loading mechanism to work around that, asking the jupyter server to generate and send the structure JSON on the fly instead of having to load everything at once.
The text was updated successfully, but these errors were encountered: