Trying new nbdev tool
Project description
Hello_fastai
Trying new nbdev tool
%load_ext autoreload
%autoreload 2
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
This file will become your README and also the index of your documentation.
Install
pip install Hello_fastai
How to use
say_hello("world") Hello world!
1+1
2
class HelloSayer:
"Say Hello to `to` using `say_hello`"
def __init__(self,to): self.to = to
def say(self):
"Do the saying"
return say_hello(self.to)
o = HelloSayer("Vanh")
o.say()
Hello Vanh!
#show_doc(HelloSayer.say)
from nbdev.export import notebook2script
notebook2script()
Converted 00_core.ipynb.
Converted index.ipynb.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hello_fastai-0.0.3.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file Hello_fastai-0.0.3.tar.gz
.
File metadata
- Download URL: Hello_fastai-0.0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9d68980a14d12814cf186621bcb2b7c949a155121fad80938e946f1cfd174578
|
|
MD5 |
83091dd644869a1b7fa602e912ff4b74
|
|
BLAKE2b-256 |
053e152fbd3c1f55648b82d6a71a9e44455760d6b97c52e596f40d2c95c0f3b2
|
File details
Details for the file Hello_fastai-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: Hello_fastai-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fdbf8b7e6da96194cefd73cf376d1f11bb9a57d3614d336b6190b2d79c727767
|
|
MD5 |
f51d84c20d726f5555aa4fb6e0e67c55
|
|
BLAKE2b-256 |
617cfee82854a68a406f7c97fefa903ca8108726932307e12110b157d3e88f03
|