GitXplorerGitXplorer
t

cite2c

public
319 stars
35 forks
26 issues

Commits

List of commits on branch master.
Verified
55b5f10288ad557a014e1ee10cb54c86d97ea166

Suggest using python3 -m pip to install

ttakluyver committed 6 years ago
Verified
c7b23d82cb505066be3252a565efe897b287380b

Merge pull request #39 from jona-sassenhagen/patch-1

ttakluyver committed 7 years ago
Verified
9398f88ed4c617cb052519646b6c71332fb8baa8

Add restart to readme

jjona-sassenhagen committed 7 years ago
Verified
1d1110a5b0e55f4d94d2dffaedc1602831dc29ff

Merge pull request #36 from jlphillipsphd/master

ttakluyver committed 7 years ago
Unverified
177097ed05a94ae7627f2a6f804cacccff7dff9d

Removed extra var for base_url and used utils.url_path_join() for .csl and css path-joining instead of +.

jjlphillipsphd committed 7 years ago
Unverified
9dfeca1f3f849f220482590aa455bc2f8d7d83ae

Fixed base_url for .csl and .css so jupyterhub users can utilize the extension

jjlphillipsphd committed 7 years ago

README

The README file for this repository.

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.