JasonKessler / scattertext

Beautiful visualizations of how language differs among document types.
Apache License 2.0
2.23k stars 289 forks source link

Scattertext not found when using Ipython notebook in python3.6 #17

Closed jennxf closed 6 years ago

jennxf commented 6 years ago

I installed scatter text usingconda install -c conda-forge scattertext and when i open python in the terminal to import the package it works fine. When I try your tutorial notebook part 1 though, i keep getting an error ImportError: No module named 'scattertext'

The ipython notebook is using python3

Im on mac 10.12.6. scattertext==0.0.2.9.9 python version 3.6.2

JasonKessler commented 6 years ago

Hmm. I just installed Scattertext using conda install -c conda-forge scattertext on a fresh virtual environment, and it installed just fine.

Are you sure you're using the same kernel that was active when you installed Scattertext?