nicolaskruchten / jupyter_pivottablejs

Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
http://nicolas.kruchten.com/content/2015/09/jupyter_pivottablejs/
Other
687 stars 88 forks source link

newbie entire table not display, can not screen capture, booleans not working #67

Open aedavids opened 1 year ago

aedavids commented 1 year ago

fantastic tool.

I use it from a python Jupiter lab notebook. I have run into a couple of problems

if I construct the table interactively it creates a nice table. however the entire table is not displayed. I have to scroll. This prevents me from using screen capture.

Also is there a way to extract whatever argument (row, cols, ...) I would need if I wanted to recreate the table programmatically. It seems like I am constantly re-doing my plot

Kind regards

Andy