ipython

March 3, 2017
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np

See it’s not that hard…

a = np.array([1,2,3,4,5])
print a*2
[ 2  4  6  8 10]
plt.plot(a)
[<matplotlib.lines.Line2D at 0x10de00150>]

png


Discussion, links, and tweets

I'm currently a postdoctoral researcher at UC Berkeley where I work with Chris McKee and Richard Klein. My research revolves around using radiation-magnetic-hydrodynamical simulations to better understand the dynamic process by which stars form out of the interstellar medium.