<Is it possible to autocomplete citations in Jupyterlab? > #6674
Unanswered
lucasfindslinks
asked this question in
Q&A
Replies: 1 comment
-
I don't think it is. Quarto's autocomplete in VS Code and RStudio is more sophisticated than what's available in JupyterLab. I know our extension does some work, but I don't think it resolves references (like VS Code's quarto extension and RStudio's native support) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Similar to what has been asked here for Rstudio , is there a current way to have Overleaf style citation autocomplete (starting from the @ operator in markdown) while using Jupyterlab?
I'm working on a scientific paper on JupyterLab with Quarto. My citations are in Bibtex format, defined in the YAML header, and are being output correctly in the html/pdf. I saw that its a possibility for VSCode using the plugin or for RStudio, but nothing specifically for Jupyter .
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions