/hello_nbdev

A tutorial example for nbdev

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Welcome to hello_nbdev

A tutorial for nbdev

%load_ext autoreload
%autoreload 2

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

Install

pip install hello_nbdev

How to use

Fill me in please! Don't forget code examples:

say_hello("Mike")
'Hello Mike!'