Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering in Jupyter Lab issue for 0.24.0 #24979

Closed
ecatkins opened this issue Jan 28, 2019 · 2 comments
Closed

Rendering in Jupyter Lab issue for 0.24.0 #24979

ecatkins opened this issue Jan 28, 2019 · 2 comments
Labels
Needs Info Clarification about behavior needed to assess issue Output-Formatting __repr__ of pandas objects, to_string

Comments

@ecatkins
Copy link

After installing 0.24.0, I have seen the behavior screen-shot below across several of my existing Jupyter Lab notebooks, when trying to call df.head(). Along with the error message, it still renders a version of the dataframe, but not the nice formatting expected.

image

@TomAugspurger
Copy link
Contributor

What's the value of

ip = get_ipython()
front_end = (
    ip.config.get('KernelApp', {}).get('parent_appname', "") or
    ip.config.get('IPKernelApp', {}).get('parent_appname', "")
) 

in your jlab session?

@TomAugspurger TomAugspurger added Output-Formatting __repr__ of pandas objects, to_string Needs Info Clarification about behavior needed to assess issue labels Jan 28, 2019
@TomAugspurger
Copy link
Contributor

see #25036

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Info Clarification about behavior needed to assess issue Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

No branches or pull requests

2 participants