Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 432 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 432 Bytes

nbdev_ken

Default workspace for kenshih nbdev notebooks

This file will become your README and also the index of your documentation.

Install

pip install your_project_name

How to use

core just has a say_hello() test function that works like this:

from nbdev_ken.core import  *
say_hello("jack")
'Hello jack!'

Build

nbdev_build_lib
nbdev_build_docs

Test

nbdev_test_nbs