Vaibhav Agrawal

Results 2 comments of Vaibhav Agrawal

if I comment out those lines and run a simple ``` plt::plot({1,3,2,4}); plt::show(); ``` I get this error: `libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Error loading module matplotlib.pyplot!`

My code is running for some time. Eventually, I'm just getting a "thread killed" error message. I'm running the following code: `` import scanpy as sc import pandas as pd...