[IPython-dev] ipy2wp extension update

Kiko kikocorreoso at gmail.com
Fri Feb 6 17:31:38 EST 2015


Hi all,

I updated a little bit ipy2wp (https://github.com/Pybonacci/ipy2wp) to make
it more useful.

What is ipy2wp? It is a command line tool or a Jupyter extension that helps
you to publish a notebook on a wordpress site.

As stated before, the updates allow  you to publish a notebook from Jupyter
frontend in your wordpress site directly from the notebook itself but I
found some issues. It works on Linux (and maybe on MacOS) but not in
windows. I want the available templates are in the nnbextensions folder in
the .ipython dir but there is a problem to use templates from there. I read
what MinRK wrote here(
https://github.com/ipython/ipython/issues/5529#issuecomment-63016268) and I
solved the issue on Linux adding the line
https://github.com/Pybonacci/ipy2wp/blob/master/ipy2wp/ipy2wp.py#L20

Is there a correct way to specify the path of the templates in order to
make it easily installable and usable by others and to make it work on
windows?

Thanks.

Kind regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150206/bc0c55d7/attachment.html>


More information about the IPython-dev mailing list