Skip to content
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

[DOC] cudf/source/user_guide/10min.ipynb gives warning on docs build as dask_cudf is missing #16264

Open
raybellwaves opened this issue Jul 11, 2024 · 2 comments
Labels
doc Documentation

Comments

@raybellwaves
Copy link
Contributor

When the docs build it gives a warning

/home/ubuntu/cudf/docs/cudf/source/user_guide/10min.ipynb: WARNING: Executing notebook failed: CellExecutionError [mystnb.exec]
/home/ubuntu/cudf/docs/cudf/source/user_guide/10min.ipynb: WARNING: Notebook exception traceback saved in: /home/ubuntu/cudf/docs/cudf/build/html/reports/user_guide/10min.err.log [mystnb.exec]

and the log is


ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 7
4 import pandas as pd
6 import cudf
----> 7 import dask_cudf

This is related to https://docs.rapids.ai/api/cudf/stable/user_guide/10min/

@raybellwaves raybellwaves added the doc Documentation label Jul 11, 2024
@bdice
Copy link
Contributor

bdice commented Aug 13, 2024

@raybellwaves Following up on this. Did you install dask-cudf before building the documentation? The docs builds require both cudf and dask-cudf to be installed so that the notebooks can be rendered.

However you chose to build/install cudf (devcontainers, from source in a conda environment, etc.), it should be easy to install dask-cudf as it is a pure Python package. Its source is here: https://github.com/rapidsai/cudf/tree/branch-24.10/python/dask_cudf

@raybellwaves
Copy link
Contributor Author

I'm afraid I can't remember. If I get some time i'll look into this again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation
Projects
Status: In Progress
Development

No branches or pull requests

2 participants