Skip to content

Instantly share code, notes, and snippets.

@iTrauco
Created August 4, 2025 22:50
Show Gist options
  • Select an option

  • Save iTrauco/c56c0ddb4cdcb246dee637a906bd0f89 to your computer and use it in GitHub Desktop.

Select an option

Save iTrauco/c56c0ddb4cdcb246dee637a906bd0f89 to your computer and use it in GitHub Desktop.
final venv
# 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