Hacker News new | ask | show | jobs
by ivirshup 1024 days 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?
2 comments

The 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/

No need to use Anaconda or any general purpose venv solution. Microsoft screwed this up.