/notebooks-blog

A tutorial example for nbdev

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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