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

Moved from pivottable issue#739 #27

Closed zpencerguy closed 7 years ago

zpencerguy commented 7 years ago

@nicolaskruchten to install in Azure I used !pip install pivottablejs directly in the notbook, then import pivottablejs.

zpencerguy commented 7 years ago

After digging around Azure's site I found the fix (https://notebooks.azure.com/Microsoft/libraries/nbextensions/html/InstallExtension.ipynb).

Code to enable notebook extensions & install JavaScript: !pip install jupyter_contrib_nbextensions !jupyter contrib nbextension install --user

nicolaskruchten commented 7 years ago

Ah, I'm glad you resolved this! Sorry I dropped off there, it's been a busy summer :(