this notebook just shows you can export them¶
In [1]:
print("hello world")
hello world
In [2]:
print("you will be able to see the output of the cells")
you will be able to see the output of the cells
print("hello world")
hello world
print("you will be able to see the output of the cells")
you will be able to see the output of the cells