AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.71k stars 197 forks source link

Module autoviz not found #38

Closed Abh8017 closed 3 years ago

Abh8017 commented 3 years ago

image ModuleNotFoundError: No module named 'autoviz'

Let me know if I am doing anything wrong

AutoViML commented 3 years ago

Hi: It is possible that doing pip install via Jupyter Notebook might be the culprit here.

You should either try on your Jupyter Notebook: !pip install autoviz

or try in your windows terminal the following: pip install autoviz

I think that should solve it. Closing it for now. Let me know if you need to open it again.