How to capture rich output of e.g. pandas.DataFrame using %%capture?

19 views
Skip to first unread message

Paul A

unread,
Jul 12, 2016, 1:14:10 PM7/12/16
to Project Jupyter
The following snippet still displays the dataframe, and foo.outputs is empty:

import pandas as pd

%%capture foo
pd.DataFrame([1, 2])




Reply all
Reply to author
Forward
0 new messages