6 ms·
Anaconda distributions aren't exactly small. I'd also assume there's some sort of environment isolation, so you're getting multiple copies. Maybe one per workbo
by ivirshup 3y ago
Anaconda distributions aren't exactly small. I'd also assume there's some sort of environment isolation, so you're getting multiple copies. Maybe one per workbook?
- Zuiii 3y agoNo need to use Anaconda or any general purpose venv solution. Microsoft screwed this up.
- ptx 3y agoThe embeddable package from python.org [1] is 20 MB unpacked. To install different sets of packages per workbook, just have Excel automatically set the module path as appropriate. [1] https://www.python.org/downloads/release/python-3114/ https://www.python.org/downloads/release/python-3114/