I am trying to post Jupyter nootbook in this post

print("hello")
hello
text = "This nootbook is to post details on the github post on todays date"
date_dt = "2020-04-19"
print (text, date_dt)
This nootbook is to post details on the github post on todays date 2020-04-19