Title

$c = a + b$

Test


In [1]:
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns

plt.plot(np.sinc(np.linspace(0, 1, 100)))


Out[1]:
[<matplotlib.lines.Line2D at 0x11454fc50>]

In [ ]:
def fun(x):
    return