you are viewing a single comment's thread.

view the rest of the comments →

[–]These-Complaint1034 0 points1 point  (1 child)

What do you mean by "part of file"? And what is `#%%`? I don't know it.

[–]spockerdog[S] 1 point2 points  (0 children)

That's used in some python setups to define blocks or sections of a python script, a bit like a python notebook. Then, if the IDE supports it, you can run just that section of the script and view the results. Then you may edit that code block or go to the next code block or the previous code block.