hello_nbdev icon indicating copy to clipboard operation
hello_nbdev copied to clipboard

A tutorial example for nbdev

Welcome to hello_nbdev

An amazing tutorial!

%load_ext autoreload
%autoreload 2

We hope you enjoy this project.

Install

pip install your_project_name

How to use

Let's see this at work:

say_hello("Alexis")
'Hello Alexis!'