[ANN ] Jupyter tools: tex2ipy and ipyaml v 0.3

Prabhu Ramachandran prabhu at aero.iitb.ac.in
Sun Jan 28 13:24:43 EST 2018


Hi everyone,

I'd like to announce new releases of tex2ipy and ipyaml on pypi.

tex2ipy:  https://github.com/prabhuramachandran/tex2ipy

This simple tool makes it relatively easy to convert a LaTeX beamer presentation
to a Jupyter/IPython notebook using RISE[1].  This version fixes some issues,
works with the latest version of TexSoup and nbformat.

The second tool is:

ipyaml: https://github.com/prabhuramachandran/ipyaml

This allows Jupyter to store notebook files as easy-to-edit YAML files.  It
supports both code/markdown and outputs so is entirely compatible with .ipynb
files (version 4 of the notebook format).  Output dumping can be disabled if
needed.  This package is similar to notedown and ipymd but offers complete
compatibility with .ipynb files.  This version works with the latest nbformat
version and also reduces a little indentation to make the yaml files a little
easier on the eye.

cheers,
Prabhu

[1] https://github.com/damianavila/RISE

p.s. sorry about the cross posting.


More information about the Python-announce-list mailing list