Welcome to hello_nbdev A simple tutorial A very basic tutorial Install pip install your_project_name How to use Let s see if this work say_hello('Alexis') 'Hello Alexis!' o = HelloSayer("Alexis") o.say() 'Hello Alexis!'