-
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
Docs: Update notebook installation guideline from ydata_profiling #1595
Comments
For further info, I did ask with #1530 (comment) whether the resolution of #1530 (which is now closed) applies when using Thanks for your time. |
I thought that it could have been an issue with the latest version of This suggests an issue not on the latest version of the profiler per-se, but rather an issue with the other dependencies, maybe with the latest versions of Jupyter? |
I'm following the documentation at https://docs.profiling.ydata.ai/latest/getting-started/installation/ and both the steps are failing. By running
This happens because Also, the command doesn't need to import Furthermore, the |
Hi @simonespa , feel free to contribute directly to our documentation! Thank you for all the improvements pointed out :) |
Hi, is there any update on this? Dependencies
I tried the following:
|
Hi @simonespa and @sigeek , answered here #1530. To install the package make use of the following commands :
In the meantime we will be updating the documentation and remove the following instruction: |
Hi @fabclmnt Thanks for your prompt response. The profiler is now working again and I'm not getting the previous error. I wonder whether there was some dependency issue with the Notebook version. Feel free to link the PR for the doc update here and close this. Thanks for your help. |
Current Behaviour
I get a
ModuleNotFoundError: No module named 'ydata_profiling'
error message in Jupyter notebook when I import theydata-profiling
module.The package version is
4.8.3
and I installed it withpip
.Expected Behaviour
I would expect for the module to be found.
Code that reproduces the bug
Install the dependency using
pip
. Eitheror
Then run it in a Jupyterlab environment
ydata-profiling version
v4.8.3
Dependencies
OS
macOS Sonoma v14.4.1 (Darwin Kernel Version 23.4.0 x86_64)
Checklist
Similar issue
#1530
The text was updated successfully, but these errors were encountered: