Andrew Odewahn; CTO O'Reilly Media; @odewahn
July 13, 2015
Andrew Odewahn; CTO O'Reilly Media; @odewahn
Harvard Center for Astrophysics
July 13, 2015
http://odewahn.github.io/jupyter-orm-cfa/
<pre data-executable='true'>
x = np.linspace(0, n, 1000)
plt.plot(x, np.sin(x), x, np.cos(x))
sns.set()
plt.plot(x, np.sin(x), x, np.cos(x))
</pre>
Andrew Odewahn; CTO O'Reilly Media; @odewahn