-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'ydata_profiling' #1530
Comments
Hi @makgul1
We have no control on Anaconda distributions, and unfortunately there is a replicated repo (by another entity) that does not work properly . |
hi @fabclmnt, can this package be installed with I'm using from ydata_profiling import ProfileReport
# Load the data
df = pd.read_csv("some_data.csv")
# Produce and save the profiling report
profile = ProfileReport(df, title="Some Data Profile Report")
profile.to_file("report.html") and it was working fine. Now that I've updated to version I'm running on
|
Yes, the package can be installed with I'll need more detail given that the team is not being able to reproduce the error mentioned with even the latest versions of the package - (https://pypi.org/project/ydata-profiling/). |
I had this same problem, I installed the libraries: pip install ipywidgets it will probably work |
Current Behaviour
after installing ydata using the following command
conda install -c conda-forge ydata-profiling
I can use
from ydata_profiling import ProfileReport
in the python cmd window. However, in the jupyter notebook I get the
following error:
ModuleNotFoundError: No module named 'ydata_profiling'
Expected Behaviour
the import
from ydata_profiling import ProfileReport
in jupyter notebook should work
Data Description
NA
Code that reproduces the bug
pandas-profiling version
ydata-profiling 4.1.1
Dependencies
OS
windows 10
Checklist
The text was updated successfully, but these errors were encountered: