You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.

Tweaking Stuff

Ok now we about to AI this *itch!!

Here’s a useless table: Just kidding its not my phone number for nerdy updates and hinge and all!

Number Next number Previous number
Five Six Four
Ten Eleven Nine
Seven Eight Six
Two Three One

Here’s a code chunk, that will show you a quick tree install I did for diamonds classification! Pretty neat ay!

!pip install graphviz
!apt-get install graphviz

import graphviz
from sklearn.tree import export_graphviz

dot_data = export_graphviz(model, out_file=None, feature_names=features, filled=True, rotate=True)
graphviz.Source(dot_data)

And here is the same code yet again but with line numbers:

1
2
3
4
var foo = function(x) {
  return(x + 5);
}
foo(3)

Boxes

You can add notification, warning and error boxes like this:

Notification

Note: This is a notification box hinge might be fuego.

Warning

Warning: This is a warning box run.

Error

Error: This is an error box ughh lol.