Jupyter tidak ada sel output

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