HazyResearch / meerkat

Creative interactive views of any dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Datapanel outputs in notebook not truncated

khaledsaab opened this issue · comments

When I create a datapanel, and run dp.head() in a jupyter notebook, the values of the entries are completely displayed instead of a truncated version.

On the Domino repo, gdro branch, run the following in a jupyter notebook (on most recent dev branch of meerkat):

df = build_cxr_df.out(load=True)
dp = get_dp(df)
dp.head()

The output looks like the attached screenshot.
Screen Shot 2021-09-06 at 5 31 41 PM