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

Install

pip install new_nb

How to use

Fill me in please! Don't forget code examples:

{% raw %}
1+1
2
9**9
387420489
say_hello('Adam')
'Hello Adam!'
say_bye('Adam')
'Bye Adam!'