Supertutorial of the tutorial for nbdev :D

This is mainly a guide for me to follow during my live tutorial and, at the same time, get familiar with nbdev while writing it.

Install

pip install nbdev_metatuto

How to use

We can't really screw anything up. There is only one function and one class so far:

say_hi("Bitz")
'Hii Bitz!'
ss = SoothSayer("Emilio")
ss.say()
'Hii Emilio!'