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

Make notebooks more self-contained #472

Open
gerashegalov opened this issue Nov 20, 2024 · 0 comments
Open

Make notebooks more self-contained #472

gerashegalov opened this issue Nov 20, 2024 · 0 comments
Assignees

Comments

@gerashegalov
Copy link
Collaborator

Most notebooks in this repo presume running in a Python environment where Apache Spark, Python modules and RAPIDS Spark jars are pre-installed

This issue proposes to assume the minimum, ideally an empty Python virtual environment. Ideally the instruction should read only:

Create a new venv

Open notebook in Jupyter, VSCode with Jupyter Extensions, Hosted Notebook environment

and start executing the notebook.

All additional packages are installed when needed with various kernel magics

For an example of a notebook striving to achieve this, see https://github.com/NVIDIA/spark-rapids-examples/blob/d10106573bd5ad18cb65d956d92033fd5d9bf05e/examples/SQL%2BDF-Examples/tpcds/notebooks/TPCDS-SF10.ipynb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants