Demo Jupyter Notebook Post 2018-12-09 Kenneth H. East [view page source] Literate Python Posting¶ subtitle¶ In [6]: x = 1 y = 2 Voila! In [7]: x += 1 print(x + y) 4 In [ ]: