Sample newblog

ALL

Jupyter Notebook デモ

Markdownサンプル

$$e^x=\sum_{i=0}^\infty \frac{1}{i!}x^i$$
def sayhello():
    print('Hello World')

# Let's say hello
sayhello()
In [2]:
import numpy as np
from matplotlib import pyplot as plt
import math
%matplotlib inline
In [5]:
x = np.arange(0, math.pi*4, 0.01)

y1 = np.sin(x)
y2 =
サンプル Markdown

Hello world.

Markdown サンプル

def spam():
    print("ham")

spam()
このサイトについて

Miyadaiku sample site.

1