Skip to content

Footnotes in Jupyter Notebooks? #1907

Answered by agoose77
stur86 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @stur86!

The lack of footenote support is a VSCode frontend problem — Most Jupyter frontends like JupyterLab use CommonMark, which supports footnotes. There is a legacy MyST plugin for VSCode for the old Python stack, but if it still works it would likely not be entirely compatible with the new MyST features.

I tend to use JLab as my frontend when working on .ipynb files, although increasingly I author .md notebooks with MyST and use the interactive editor + browser experience. Whether you're authoring .md or .ipynb files, you can use myst start (or jupyter book start for the JB2 alpha), and load the webpage in VSCode.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stur86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants