Test Page#

  • One

  • Two

a+b = c

import numpy as np
import matplotlib.pyplot as plt
a = np.arange(0,np.pi,.01)
b = np.sin(a)

plt.plot(a,b);
_images/NetLifyTest_1_0.png