nbdev-hello-world

Hello world from nbdev - graphics fixed, take 4?

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

Install

pip install nbdev_hello_world

How to use

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

1+1
2
# test of say hello
say_hello("Rich")
'Hello Rich!'
from IPython.display import display,SVG
display(SVG('<svg height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40"/></svg>'))