Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 305 Bytes

nbdev_test

Check out the core module!

Install

pip install nbdev_test

How to use

A short example of how to use the package:

from nbdev_test.core import say_hello

print(say_hello("Olaf"))
Hello Olaf!