Skip to content

Commit

Permalink
Updated print output margins
Browse files Browse the repository at this point in the history
  • Loading branch information
JWock82 committed Dec 2, 2023
1 parent fd30ecf commit 9807a41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ipycalc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, config=None, **kw):
self.register_preprocessor(trp, enabled=True)
self.embed_images=True
self.exclude_input_prompt=True
self.exclude_output_prompt=True

@property
def _extra_template_basedirs(self):
Expand Down
1 change: 0 additions & 1 deletion ipycalc/nbconvert_template/static/ipycalc.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

@page {
size: letter;
margin: 0; /* Prevents an excessive margin on the page */
}

@media print {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ipycalc",
version="0.0.51",
version="0.0.52",
author="D. Craig Brinck, PE, SE",
author_email="[email protected]",
description="Clean looking engineering calculations for IPython",
Expand Down

0 comments on commit 9807a41

Please sign in to comment.