Skip to content

yasio90/nbdev_tutorial

Repository files navigation

Tutorial for nbdev

Summary description here.

The start is rather humble.

Install

pip install your_project_name

for i in range(5):
    print(i)

How to use

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

say_hi('John')
---------------------------------------------------------------------------

NameError                                 Traceback (most recent call last)

<ipython-input-4-eb324708330f> in <module>
----> 1 say_hi('John')


NameError: name 'say_hi' is not defined