Jupyter Notebook Silent Cell
%%capture
print('Hello')
MyFunction()
Clean Crocodile
%%capture
print('Hello')
MyFunction()