Starting this blog

cheminformatics
notes
Published

June 28, 2026

This is a short test post.

Inline math works: \(E = mc^2\).

Display math works:

\[ \mathcal{L} = - \sum_i y_i \log \hat{y}_i \]

Python code works:

import numpy as np

x = np.linspace(0, 1, 5)
x
array([0.  , 0.25, 0.5 , 0.75, 1.  ])

Images work like this:

![](image.png)