Suppress Jupyter Notebook Saída

%%capture
print('Hello')
MyFunction()
Clean Crocodile