jupyter / dashboards

[RETIRED] See Voilà as a supported replacement
https://github.com/voila-dashboards
Other
984 stars 211 forks source link

Pandas dataframe in Dashboard #283

Closed arita37 closed 7 years ago

arita37 commented 7 years ago

It seems that Pandas dataframe are not well rendered in Jupyter Dashboard.

Is there a way to show well defined table in Jupyter Dashboard ?

Thanks very much for your effort on this package.

parente commented 7 years ago

The dashboard preview and layout modes in this extension do not clip at the grid boundaries at the moment. Overflowing content is clipped, however, in the dashboard server project. We should probably make this consistent.