elasticsearch-labs icon indicating copy to clipboard operation
elasticsearch-labs copied to clipboard

Include a note on setting up virtual environments in readme or notebooks

Open jvalente-salemstate opened this issue 1 year ago • 1 comments

This is a relatively minority "issue" but thinking back to when I started learning python, virtual environments were still "new", it was not covered in most material. Over time I'd built up various quirks that venv would have avoided

Users who are interested in using the notebooks and aren't familiar deeply familiar with python may be able to follow along with the instructions but be unaware that activating a python virtual environment is a good approach to handling dependency issues that can arise when different versions are needed.

Including this somewhere could save a lot of headache and troubleshooting to fix whatever issues arise, while yielding a better user experience.

jvalente-salemstate avatar Jun 21 '24 14:06 jvalente-salemstate