nicolaskruchten / jupyter_pivottablejs

Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js

Home Page:http://nicolas.kruchten.com/content/2015/09/jupyter_pivottablejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Module Found

sobolev opened this issue · comments

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'

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