Home Test Post
Post
Cancel

Test Post

Some Math (I love math)

$\int_a^b f(t) dt$

Mermaid Example

stateDiagram-v2
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]

Plotly

1
2
3
4
5
6
7
8
9
10
import plotly.express as px

df = px.data.iris()
fig = px.scatter_3d(df, x='sepal_length', y='sepal_width', z='petal_width',
              color='species')

fig.layout.paper_bgcolor = 'rgba(0,0,0,0)'
fig.layout.plot_bgcolor = 'rgba(0,0,0,0)'
              
fig.to_html(full_html=False, include_plotlyjs='cdn')
This post is licensed under CC BY 4.0 by the author.

Why GLM is Inferior - by ChatGPT

A Happy Little Tribute to Bob Ross - by ChatGPT