Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jph00/hello_nbdev
- Owner: jph00
- License: apache-2.0
- Created: 2019-12-17T19:14:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T22:13:36.000Z (over 2 years ago)
- Last Synced: 2024-10-04T15:33:55.625Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: https://jph00.github.io/hello_nbdev/
- Size: 1.24 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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!'