Jupyter notebook with bibtex citations

6.9k views Asked by At

I have a .ipynb file containing markdown text. I have a bibtex file called library.bib with all my references. I wish to cite one of these references in the Markdown cell.

I've found information on how to render this when I do nbconvert, but how can I have the references in my browser window in the raw ipynb format?

2

There are 2 answers

1
Matt On

Have a look at https://github.com/takluyver/cite2c which is a notebook extension.

2
asm On

The Calico Document Tools extensions supposedly offers BibTeX support. For Jupyter 4.x seems to need adaptations. See section Notebook Extension Structure from README in the ipython-contrib/IPython-notebook-extensions repository on github.