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

JupyterLab Support #59

Closed
ChrisMcPherson opened this issue Sep 27, 2017 · 3 comments
Closed

JupyterLab Support #59

ChrisMcPherson opened this issue Sep 27, 2017 · 3 comments

Comments

@ChrisMcPherson
Copy link

With JupyterLabs set to enter beta this fall and its 1.0 release towards the new year, I have begun to move towards working in JupyterLabs. This profiling library is one of my favorites to use when getting started with a new data source, so I wanted to be sure I could use it within JupyterLabs before switching. Unfortunately, it does look like there are formatting issues:

screen shot 2017-09-27 at 3 38 01 pm

@Aylr
Copy link
Contributor

Aylr commented Jan 13, 2018

Can you please provide details? What platform/browser?

@ChrisMcPherson
Copy link
Author

ChrisMcPherson commented Jan 13, 2018

I am on the latest Jupyter Lab release as of this comment: 0.31.1 running in Google Chrome. I believe I've noticed similar formatting behavior when saving a Jupyter Notebook as HTML as well.

I don't have much frontend experience, but I'll do what I can in identifying and diagnosing the issue.

Thanks!

@danielchalef
Copy link

I'm seeing the same with Jupyter Lab 0.32.1. It looks like the bootstrap CSS is not being loaded.

sbrugman added a commit that referenced this issue May 29, 2019
Working hard on releasing `pandas-profiling` v2.0.0. This alpha version adds/fixes the following:

- Jupyter Notebook and Labs are now supported again, solving [#59], [#109], [#148] and [#163]. The width and height of the report in the notebook are now configurable. Tests are added.
- Versioning is added [#96].
- A console entry bug is fixed, adds a test for the console interface [#169].
- The missing values dendrogram and heatmap are turned off by default, do not work with every dataframe [#169]
chanedwin pushed a commit to chanedwin/pandas-profiling that referenced this issue Oct 11, 2020
Working hard on releasing `pandas-profiling` v2.0.0. This alpha version adds/fixes the following:

- Jupyter Notebook and Labs are now supported again, solving [ydataai#59], [ydataai#109], [ydataai#148] and [ydataai#163]. The width and height of the report in the notebook are now configurable. Tests are added.
- Versioning is added [ydataai#96].
- A console entry bug is fixed, adds a test for the console interface [ydataai#169].
- The missing values dendrogram and heatmap are turned off by default, do not work with every dataframe [ydataai#169]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants