test notebook¶
We can write things about how to use the code
In [2]:
Copied!
2+2
2+2
Out[2]:
4
And insert code blocks demonstrating its usage
In [ ]:
Copied!
We can write things about how to use the code
2+2
4
And insert code blocks demonstrating its usage