Skip to content

stdout is not correctly rendered in some cases #82

@vanyle

Description

@vanyle
import pandas as pd

d = {'col1':[1,2],'col2':[3,4]}
df = pd.DataFrame(data=d)

df.describe()

On a jupyter notebook, the code above renders a pretty image:
image

This is not the case currently:
image

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions