Tuesday, 22 October 2019

Save configuration of pivottablejs in Jupyter notebook

I am using google Colab (Jupyter python notebook on a server) to run the pivot table.

This code:

pivot_ui(d1,outfile_path='pivottablejs.html')
HTML('pivottablejs.html')

Results in this blank pivot: enter image description here

Which I can manipulate to get this desired chart: enter image description here

But when I refresh the page it all goes back to the blank pivot. What I would like is to store the config of the desired chart so that I can get it back after a refresh.

I am aware that there are instructions on how to do this in JavaScript, but I cannot figure out how to do this in a Jupyter notebook. Any ideas?

Edit It seems I am not the first to have tried: https://github.com/nicolaskruchten/jupyter_pivottablejs/issues/34 and it is not possible with the current set up.



from Save configuration of pivottablejs in Jupyter notebook

No comments:

Post a Comment