AllenDowney / ModSimPy

Text and supporting code for Modeling and Simulation in Python
https://allendowney.github.io/ModSimPy/
MIT License
823 stars 1.76k forks source link

ipynb to pdf via latex export + yapf code formatting in cocalc #47

Closed haraldschilly closed 4 years ago

haraldschilly commented 4 years ago

this adds a couple of latex related packages to make ipynb to pdf export via latex possible. I haven't tested this yet, but it is going in that direction.

The yapf package is just a small package to enable source code formatting on cocalc.

AllenDowney commented 4 years ago

This looks promising and useful, but I might not include for now, in the interest of keeping the requirements minimal.

Allen

On Fri, Sep 20, 2019, at 3:00 PM, Harald Schilly wrote:

this adds a couple of latex related packages to make ipynb to pdf export possible. I haven't tested this yet, but it is going in that direction.

The yapf package is just a small package to enable source code formatting on cocalc.

You can view, comment on, or merge this pull request online at:

https://github.com/AllenDowney/ModSimPy/pull/47

Commit Summary

haraldschilly commented 4 years ago

in case someone see this and is interested: mybinder just finished and ipynb to pdf export works, see screenshot.

Screenshot from 2019-09-20 21-17-00

AllenDowney commented 4 years ago

Ok, let's give this a try.