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.
Release files for Hello-fastai 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Hello_fastai-0.0.3.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Hello_fastai-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:9.9 kB
Release files / Hello_fastai-0.0.3.tar.gz
| Download URL | Hello_fastai-0.0.3.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9d68980a14d12814cf186621bcb2b7c949a155121fad80938e946f1cfd174578
|
|
BLAKE2b-256 checksum How to use checksums |
053e152fbd3c1f55648b82d6a71a9e44455760d6b97c52e596f40d2c95c0f3b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Hello_fastai-0.0.3-py3-none-any.whl
| Download URL | Hello_fastai-0.0.3-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fdbf8b7e6da96194cefd73cf376d1f11bb9a57d3614d336b6190b2d79c727767
|
|
BLAKE2b-256 checksum How to use checksums |
617cfee82854a68a406f7c97fefa903ca8108726932307e12110b157d3e88f03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|