takluyver / cite2c

Citations in the Jupyter Notebook
MIT License
318 stars 36 forks source link

Drop citations from bibliography more reliably #6

Open takluyver opened 9 years ago

takluyver commented 9 years ago

At present, deleted citations are only dropped from the bibliography the next time a citation is processed. So if you delete a cell containing citations, or edit a cell and remove all citations from it, those removed citations linger in the bibliography until the next time a Markdown cell containing citations is rendered. They should disappear more promptly.