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

Interoperability with Google Colab notebooks #53

Closed tfproductanalysis closed 5 years ago

tfproductanalysis commented 5 years ago

Hi Nicolas,

Thank you for creating and maintaining this package! It's been super helpful for a project I've been working on. When using pivot_ui() in a Jupyter notebook I haven't had any issues. However, I'm trying to get this to work in a Colab notebook as well. Unfortunately it returns the error "localhost refused to connect." I've tried this out with a variety of datasets to make sure that it isn't specific to the data.

Any suggestions or workarounds to get this function to work in Colab?

Thanks!

nicolaskruchten commented 5 years ago

Unfortunately the way this little wrapper works can only function with Jupyter and not other similar-looking notebooks :(

tfproductanalysis commented 5 years ago

Good to know. Thanks for the response!