microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 294 forks source link

Dynamic OUTLINE in Jupyter Notebook's PDF and HTML #16142

Open alvaroiramirez opened 1 month ago

alvaroiramirez commented 1 month ago

I am using a Jupyter Notebook, but apparently, VS Code does not support jupyter_contrib_nbextensions, so I cannot add a dynamic table of contents. Could you please add an option to accomplish this task? Although the OUTLINE area solves the issue in the IDE, it is still a problem when navigating the code in PDF or HTML. Also, creating the table of contents manually is a lot of work. It would be great if you could replicate the same OUTLINE capability, adding a dynamic ToC in the notebook for readers without the VS Code.