We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug assets folder is missing in the package files(Python37\Lib\site-packages\pandas_profiling\view\templates)
assets
(Python37\Lib\site-packages\pandas_profiling\view\templates)
To Reproduce pip install git+/~https://github.com/pandas-profiling/pandas-profiling.git
pip install git+/~https://github.com/pandas-profiling/pandas-profiling.git
run *.to_file(*) which throws an error about the asset templates missing.
*.to_file(*)
Version information: pandas-profiling==2.0.0
pandas-profiling==2.0.0
Additional context Works when manually copying the assets folder from the repo.
The text was updated successfully, but these errors were encountered:
Fix [#180]
ee01925
Version v2.0.1
c817111
- Add offline support [#177], [#179] and [#180]
Fix [ydataai#180]
dbf7d3b
1d6615d
- Add offline support [ydataai#177], [ydataai#179] and [ydataai#180]
No branches or pull requests
Describe the bug
assets
folder is missing in the package files(Python37\Lib\site-packages\pandas_profiling\view\templates)
To Reproduce
pip install git+/~https://github.com/pandas-profiling/pandas-profiling.git
run
*.to_file(*)
which throws an error about the asset templates missing.Version information:
pandas-profiling==2.0.0
Additional context
Works when manually copying the assets folder from the repo.
The text was updated successfully, but these errors were encountered: