PLAYWRIGHT_BROWSERS_PATH=/ms-playwright npx playwright install --with-deps chromium (replace with the name of another browser you like)python3 -m pip list # Query the installed Python environment
python3 -m pip install --no-cache-dir --break-system-packages <package-name> # Install a new library
**Third-party libraries installed in the sandbox:**
- `requests` - HTTP request library
- `playwright` - Browser Automation (Python Version)
- `beautifulsoup4` - HTML parsing library
- `matplotlib` - Data visualization library