Skip to content

rgbkrk/cite2c

 
 

Repository files navigation

Live citations in IPython notebooks

screenshot

To install this, run python install.py with the same Python that IPython is installed in. It requires IPython 3.x, which is not yet released - you can install a development version from GitHub.

You will see two new toolbar buttons: toolbar buttons. The left one inserts a citation at the current point in a Markdown cell. The right one inserts a bibliography.

This extension has two main components:

  • UI for finding citations from a Zotero library and inserting them into Markdown cells. The citations are stored in the notebook metadata, and referenced by an ID.
  • Code to run citeproc-js when a Markdown cell is rendered, rendering both bibliographies and inline citations.

About

Citations in the IPython Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%