haesleinhuepf/git-bob

add notebook

Closed this issue · 0 comments

We should add a test2.ipynb to the playground folder with a single code cell. In this cell this code is written:

a = "hello"
b = "world"
print(b, a)