nbdev-tutorial

new nbdev


Keywords
first, nbdev, setup
License
Apache-2.0
Install
pip install nbdev-tutorial==0.0.4

Documentation

Welcome to first nbdev tutorial

simple tutorial to say hello

Proj trial

Install

pip install nbdev_tutorial

How to use

calling method

say_hello("Neha")
'Hello Neha!'
add_two_numbers(1001,2)
1003
subtract_two_numbers(100,5)
95