Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 433
L Xandor Avatar asked Dec 02 '22 09:12

L Xandor


1 Answers

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

like image 199
sahasrara62 Avatar answered Dec 03 '22 23:12

sahasrara62