Jupyter sans cellule de sortie

# Add %%capture as the first line of the cell. eg 
%%capture 
print('Hello')
# >>>
FishBrawler