Metadata-Version: 1.2
Name: cite2c
Version: 0.1
Summary: Citations for Jupyter Notebooks
Home-page: https://github.com/takluyver/cite2c
License: UNKNOWN
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
Classifier: License :: OSI Approved :: MIT License

Live citations in IPython notebooks

.. figure:: search_screenshot.png
   :alt: screenshot

   screenshot

To install this:

::

    pip install cite2c
    python -m cite2c.install

It requires Jupyter Notebook 4.2 or above.

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 <https://bitbucket.org/fbennett/citeproc-js/wiki/Home>`__
when a Markdown cell is rendered, rendering both bibliographies and
inline citations.

.. |toolbar buttons| image:: toolbar_buttons.png


