How to handle citations in Ipython Notebook?
Summary This solution is largely based on Sylvain Deville’s excellent blog post. It allows you to simply write [@citation_key] in markdown cells. The references will be formatted after document conversion. The only requirements are LaTeX and pandoc, which are both widely supported. While there is never a guarantee, this approach should therefore still work in … Read more