Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
Please support outline feature in jupyter notebook mode.
Just like Table of Contents extension in Jupyter Notebook. Table of Contents extension webpage
Thanks for the suggestion.
I think if we implemented a side view tab like suggested here:
https://github.com/microsoft/vscode-python/issues/8659
we could support outline and metadata at the same time.
Such strange timing, I was just looking for this functionality as well. Great to see there is interest elsewhere!
Such strange timing, I was just looking for this functionality as well. Great to see there is interest elsewhere!
and collapse the output cell... hoping they can develop this feature too....
Proposed solution
getOutline or similarInteractiveWindowMessages.ScrollToCell with the cell id or what ever it is that this command needsInteractiveWindowMessages.ScrollToCellInteractiveWindowMessages.ScrollToCell command with the args to that.IncomingMessageActions.SCROLLTOCELL in Native EditorWith the code in ds/custom_editor this is easier, as the INotebookModel is exposed (gives access to cells from outside notebook to other parts of the extension) @rchiodo did the work in ds/custom_editor.
I propose bringing in that that change into master (easier for other similar changes).
Most helpful comment
Thanks for the suggestion.
I think if we implemented a side view tab like suggested here:
https://github.com/microsoft/vscode-python/issues/8659
we could support outline and metadata at the same time.