outline-map icon indicating copy to clipboard operation
outline-map copied to clipboard

Outline doesn't work on Jupyter Notebooks

Open Evileoo opened this issue 1 year ago • 2 comments

Describe the bug

When using the default VSCode outline, we can see move into the document.

But Outline Map shows "The active editor cannot provide outline information"

To Reproduce

  1. Create a notebook file (extension is .ipynb)
  2. write some markdown into it

Expected behavior

I expected to get the same thing as the default VSCode outline

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows 10 Enterprise
  • VScode version : 1.80.1
  • Outline Map version : 1.3.2

Edit

the outline works only when editing the markdown, and on the part I am editing

image

Here you can see that my title Aide mémoire VSCode isn't shown but the block I'm editing is.

Moreover, we can see the # characters, it would be awesome if they were not shown

Evileoo avatar Feb 22 '24 12:02 Evileoo

When I use jupyter notebook in vscode, I can only display local functions and variables of the current cell.

ptv666 avatar Apr 10 '24 08:04 ptv666

On the left : the VSCode default outline On the right : Outline Map extension

We clearly see the difference

image

Evileoo avatar Apr 10 '24 12:04 Evileoo