Re: [ANN ] Jupyter tools: tex2ipy and ipyaml

Brian Granger <[email protected]> Tue, 21 Feb 2017 15:05:46 -0700
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CAH4pYpTwzaF0p4vW+Chz7QaGa65FA_X1g=BjWzPi=Hq9P2KYOQ@mail.gmail.com>
Very cool! Thanks for sharing!

On Tue, Feb 21, 2017 at 1:20 PM, Prabhu Ramachandran
<[email protected]> wrote:
> Hi everyone,
>
> I'd like to announce a couple of simple packages related to Jupyter notebooks.
>
> 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].
>
> 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.
>
> Installation
> ------------
>
> Both packages can be installed using pip.
>
>    $ pip install tex2ipy  # Works only with Python3.x
>
>    $ pip install ipyaml
>
>
> cheers,
> Prabhu
>
> [1] https://github.com/damianavila/RISE
> _______________________________________________
> IPython-dev mailing list
> [email protected]
> https://mail.scipy.org/mailman/listinfo/ipython-dev



-- 
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]