/nbdev-tutorial

Going through the tutorial of nbdev

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Mike's Second Test with nbdev

Just mastering how nbdev works and how it can be helpful

This file will become your README and also the index of your documentation.

Install

pip install nbdevmike

How to use

Below is a really simple example of how to use the say_hello function:

say_hello("Angela")
'Hello Angela!'