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
When displaying numpy arrays in Streamlit they print to look like DataFrames, however the scale of the DataFrame cannot be changed. When an array is over a certain width the horizontal scrollbar must be used to see all of the columns. Can we print these arrays to display fully rather than requiring scrolling?
In particular in this Streamlit app visit the Undirected Hypergraph tab and under the Hypergraph Unweighted Adjacency Matrix in the How to calculate the adjacency matrix? the numpy arrays are not fully displayed.
The text was updated successfully, but these errors were encountered:
When displaying numpy arrays in Streamlit they print to look like DataFrames, however the scale of the DataFrame cannot be changed. When an array is over a certain width the horizontal scrollbar must be used to see all of the columns. Can we print these arrays to display fully rather than requiring scrolling?
In particular in this Streamlit app visit the
Undirected Hypergraph
tab and under theHypergraph Unweighted Adjacency Matrix
in theHow to calculate the adjacency matrix?
the numpy arrays are not fully displayed.The text was updated successfully, but these errors were encountered: