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

Extra padding in empty cells #387

Closed
derek-pyne opened this issue Sep 25, 2019 · 3 comments · Fixed by #391
Closed

Extra padding in empty cells #387

derek-pyne opened this issue Sep 25, 2019 · 3 comments · Fixed by #391

Comments

@derek-pyne
Copy link
Contributor

Cells that contain code but no output, still take up some space in the output. Looks like there might be a 5px padding?

Example Notebook:
image

Example Output:
image

Extra Padding:
image

Expected behaviour is that the two lines should not have a gap between them.

@jtpio
Copy link
Member

jtpio commented Sep 26, 2019

Thanks @derek-pyne for the report.

You're right, empty cells are created with the padding (with the jp-Cell class from the JupyterLab themes).

@jtpio
Copy link
Member

jtpio commented Oct 2, 2019

Ideally these cells should be stripped if they don't have any output.

@CodingKorie
Copy link

Hello All,

I am having this same issue currently. My Voila is version 0.4.0. Is there another package / setting that I need to change to address this issue?

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

Successfully merging a pull request may close this issue.

3 participants