[ANN] PythonCall and JuliaCall

I could be misunderstanding, but do you mean just doing something like this?

So basically:

@py import matplotlib.pyplot as plt
plt.plot(<stuff>)

Edit: haha, also just saw @aplavin doing the same thing earlier in the thread!