I am working on a Jupyter Notebook to build a pdf page using the Voila package (I use Voila to make the render, and then print the page as a PDF) and I have noticed that cells without an output still put padding into the Voila render. I am unsure how to fix this and it is wreaking havoc on my formatting. Please see example below.
I am running Voila 0.3.6 and Jupyter 1.0.0 and pandas 1.5.1.
I found a similar question posted to the Voila issues board in 2019, but it should be resolved so I am unsure how to proceed.
EDIT: I used pip install [insert software here] --upgrade --user
to install updates and now have Voila 0.4.0 and notebook 6.5.2.
EDIT: This issue appears to be an updating problem and I have posted it on the Jupyter Community Forum as well.