Hello World

Hello World!

I'll try to post some stuff about personal projects or my hometown from time to time.
Powered by jupyter notebooks and pelican
Time to get used to Markdown!
Probably site will look ugly until I feel comfortable with it and find a cool theme
A test about how a figure looks like follows.

In [1]:
#ignore
import seaborn as sns
import numpy as np

sns.heatmap(
    np.random.normal(size=100).reshape(10,10)
);

Are math eq. rendered fine? $$p(x,t) = \large e^{(x-x_0)\frac{\mu}{\sigma^2} - \frac{\mu^2 t}{2 \sigma^2} } · \sum \limits_{k=-\infty} ^{\infty} \Big [ \mathcal{N}(x | 2 k a+x_{0}, \sigma^{2} t) - \mathcal{N}(x | 2ka-x_{0}, \sigma^{2} t)\Big]$$

In [1]:
# test embedded (not external link) plotly at some point
Show Comments