Releases: JWock82/ipycalc
Releases · JWock82/ipycalc
Added support for grams and fixed kilograms
v0.0.53 Update for v0.0.53
Updated print margins
The ipycalc
notebook exporter was using some odd margins. This update fixes that issue.
Updates to `ipycalc` Notebook Exporter
Fixed the ipycalc
notebook exporter which wasn't working properly:
ipycalc
assists you with printing your notebooks. It has a built innbconvert
template calledipycalc
that works just like thewebpdf
template, except it fixes the the bad margins in thewebpdf
template, and avoids page breaks right after headers. Any cells tagged withhide_cell
will not be rendered. Any cells tagged withhide_input
will only show the output upon printing. You can select it from the file menu via "File -> Save and Export Notebook As... -> Ipycalc"
Updated import instructions
v0.0.50 Update to README.md
Bug fixes, more units, improvements to printing
- Fixed output of exponents with decimals. Calculations were correct, but the display of the equations was incorrect.
- The
&
symbol can now be used in equation descriptions and comments. - Added units: ton, tonne, tonf, tonnef
- Worked on ipycalc exporter. Trying to get it to automatically remove cells with tags 'hide_input' and 'hide_cell'.
Bug Fix for Velocity Units
v0.0.48 Fix for velocity units
Bug fix for ipycalc nbconvert template
v0.0.47 Update for v0.0.47
Updates to `ipycalc` `nbconvert` Template
v0.0.46 Updates to nbconvert template
Match GitHub Repo w/ setup.py
v0.0.45 Unify setup.py w/ repo
Fix for lambda
v0.0.44 Fix for lambda