Closed coltongrainger closed 6 years ago
I cannot consistently reproduce the above error by restarting the jupyter server. Seems like I have to wait a few hours (3--24?) before the citations start to produce the above errors.
No longer having this issue, closing. (I can only image that perhaps having a very new Zotero account caused some problems in the first 24 hours.)
No idea what happened, but I'm glad it works for you now.
Hello,
After adding citations to a notebook and restarting the jupyter server, some (occasionally all) citations fail to load. Here's the debugger output from Firefox Version 63.0.3 (64-bit).
expected result
I expect executing a markdown cell with a valid instance of
<cite data-cite="foo/bar"></cite>
to calland render all citations in that cell appropriately.
attempted workarounds
window.location.reload()
to try to force citeproj-js to run again<cite data-cite="foo/bar"></cite>
, use the tool bar to re-insert the citationThank you, -Colton