How can I handle citations and references in a Jupyter notebook?

Viewed 35

I am using Jupyter notebooks for internal documentation of my PhD research. I develop my notebooks in PyCharm, push them to my Github repository and finally I share nbviewer links with my supervisors.

I would like to be able to cite papers and books within the notebook and to generate a list of references at the end of it, similarly to what I do in Latex documents. I checked this answer, but it's not what I am looking for, because I don't want to convert my notebook to a pdf document, I want to render citations and references within the notebook itself, so within the .ipynb file.

The closest thing that I could find is the Document Tools of the Calico suite (see this video), that apparently now has become a Calysto notebook extension. The problem for this solution is: will it work in PyCharm?

Do I have any other options to handle citations and references within a Jupyter notebook?

0 Answers
Related