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

No Module Found #37

Closed sobolev closed 6 years ago

sobolev commented 6 years ago

Perhaps something silly on my part but I installed from conda first, realized that was wrong way to do it. Uninstalled and then redid with PIP. Now when I try to import from Jupyter I get the following error:

ModuleNotFoundError Traceback (most recent call last)

in () ----> 1 import pivottablejs as ptjs ModuleNotFoundError: No module named 'pivottablejs'
sobolev commented 6 years ago

resolved. looked at my sys.path. pointing in the wrong place for some reason.

nicolaskruchten commented 6 years ago

ok!