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
Right now the data is only visualized in the web experience, which doesn't load in Jupyter due to browser security requirements. This also means that the data can't be viewed easily from Jupyter, which sort of defeats the point of reproducible science.
This would best be solved by providing a notebook that can generate a report or set of visualizations to explore the data, and would also remove the dependency for the front-end to have charts implemented when exploring further data additions.
See also: matplotlib, seaborn
The text was updated successfully, but these errors were encountered:
Right now the data is only visualized in the web experience, which doesn't load in Jupyter due to browser security requirements. This also means that the data can't be viewed easily from Jupyter, which sort of defeats the point of reproducible science.
This would best be solved by providing a notebook that can generate a report or set of visualizations to explore the data, and would also remove the dependency for the front-end to have charts implemented when exploring further data additions.
See also:
matplotlib
,seaborn
The text was updated successfully, but these errors were encountered: