Metadata-Version: 2.1
Name: hellonbdev
Version: 0.0.3
Summary: A tutorial project for nbdev
Home-page: https://github.com/jph00/hellonbdev
Author: Jeremy Howard
Author-email: info@fast.ai
License: Apache Software License 2.0
Keywords: fast.ai nbdev tutorial
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fastcore

<!--

#################################################
### THIS FILE WAS AUTOGENERATED! DO NOT EDIT! ###
#################################################
# file to edit: index.ipynb
# command to build the docs after a change: nbdev_build_docs

-->

# Welcome to hello_nbdev

> An amazing tutorial!

<div class="codecell" markdown="1">
<div class="input_area" markdown="1">

```python
%load_ext autoreload
%autoreload 2
```

</div>

</div>

We hope you enjoy this project.

## Install

`pip install your_project_name`

## How to use

Let's see this at work:
<div class="codecell" markdown="1">
<div class="input_area" markdown="1">

```python
say_hello("Alexis")
```

</div>
<div class="output_area" markdown="1">




    'Hello Alexis!'



</div>

</div>


