Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 848 Bytes

Live citations in IPython notebooks

screenshot

To install this:

python3 -m pip install cite2c
python3 -m cite2c.install
(Start/Restart the Notebook server)

It requires Jupyter Notebook 4.2 or above.

After (re)starting the notebook server, 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.