Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jph00/hello_nbdev

A tutorial example for nbdev
https://github.com/jph00/hello_nbdev

Last synced: 20 days ago
JSON representation

A tutorial example for nbdev

Awesome Lists containing this project

README

        

# Welcome to hello_nbdev

> An amazing tutorial!


```python
%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:


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


'Hello Alexis!'