I would like to convert an ipython notebook to mediawiki markup. I had two ideas how to do that:
- Customize an export for the
nbconverttool. - Export to LaTeX first and then use
pandocto convert it to mediawiki markup.
I couldn't find anything on the first option. The problem for the second option is that LaTeX output puts in a lot of custom commands which are not converted into <source lang='python'> ... </source> tags correctly. Does anybody have a good idea?