Search code examples
pythoncellspyder

What is Outline Explorer in Spyder?


I see it referenced, but never explained what it is.

https://docs.spyder-ide.org/editor.html

Googled without success.

https://docs.spyder-ide.org/editor.html "Providing a description to the right of the separator will give that cell its own name in the Outline Explorer." Sounds like something for Navigating cells? Where do I find it? Are there shortcuts for navigating cells you create?

Thanks!


Solution

  • In your code you can use this , for example in Spyder before each function ( above line of each function ) write #%% you will see the difference in gui where you will find that block is within a cell/it is outlined.

    and in outlined window ( enable views > panes > outlines ) you will see the each block and outline in code