Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

Hello_fastai-0.0.3-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page