8

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?

James
  • 683
  • 9
  • 25
  • Matthias has pointed out my cite2c extension; this can display citations in the live notebook, but it doesn't work with bibtex. I hope to better integrate it with nbconvert in the future. – Thomas K Jun 19 '15 at 17:28

2 Answers2

1

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

Matt
  • 27,170
  • 6
  • 80
  • 74
  • 1
    Apparently doesn't work with bibtex. Besides perhaps uploading library file to zotero. – James Jun 21 '15 at 10:40
1

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.

asm
  • 11
  • 3
  • There is a [Reference Guide](http://jupyter.cs.brynmawr.edu/hub/dblank/public/Jupyter%20Notebook%20Users%20Manual.ipynb#5.-Bibliographic-Support) for this extension. – asm Sep 09 '15 at 07:35
  • Hi @asm, is there any other source. This guide cannot access. – Jiaxiang Aug 17 '21 at 07:53