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 is really a useful tool. Thank you nicolaskruchten for all of your efforts. However, it would really be great if we could get the showUI=False
working ....
Name: pivottablejs
Version: 0.9.0
Hello
Thank you for solution, really magic!
We have several issues
import pandas from pivottablejs import pivot_ui df=pandas.read_csv('/datasets/data.csv',delimiter=';') df.head pivot_ui(df)
which perfectly works in jupiter notebook interface
I find workaround for nbviewer
https://nbviewer.jupyter.org/gist/psychemedia/9c54721e853403b43d21/pivotTable_demo.ipynb
but it doesn'render pivot in jupiter notebook (in editing mode)
maybe i'll be possible to include method like plotly.offline.init_notebook_mode()
?
The text was updated successfully, but these errors were encountered: