You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: