Created
August 4, 2025 22:50
-
-
Save iTrauco/c56c0ddb4cdcb246dee637a906bd0f89 to your computer and use it in GitHub Desktop.
final venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Activate your environment first | |
| conda activate ad-group-remediation-workflow | |
| # Install all pip packages from environment.yml | |
| pip install papaparse plotly kaleido nbformat jupyter-contrib-nbextensions python-docx docx2txt markdown python-markdown xlwings | |
| # For Windows only (skip on Linux): | |
| # pip install pywin32 | |
| # Enable jupyter extensions | |
| jupyter nbextension enable --py widgetsnbextension | |
| jupyter contrib nbextension install --user | |
| # Verify installation | |
| python -c "import pandas, matplotlib, seaborn, plotly, openpyxl, xlsxwriter, ipywidgets, nbconvert; print('All packages installed successfully')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment