I've started an example repo for embedding python in a C++ program and I'd like add it to the examples here. I'm having trouble getting the two example files to work. The goal is to use a hermetic C++ toolchain and hermetic python toolchain to produce a plot with matplotlib. I've cobbled this together from the other Issue How to set python interpreter within cc_binary #77