Markdownサンプル
$$e^x=\sum_{i=0}^\infty \frac{1}{i!}x^i$$def sayhello():
print('Hello World')
# Let's say hello
sayhello()
import numpy as np
from matplotlib import pyplot as plt
import math
%matplotlib inline
x = np.arange(0, math.pi*4, 0.01)
y1 = np.sin(x)
y2 =
Copyright © 2020 Miyadauku
Powered by miyadaiku