Skip to content

mmcclellan/hello_nbdev

Repository files navigation

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!'