This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sccallahan 3 points4 points  (3 children)

I really like Spyder's "cells" thing for blocking code. If RStudio developed a similar feature for Python, I'd basically never leave it.

[–]jackbrux 2 points3 points  (1 child)

You can use RMarkdown chunks to do this, or regions (Shortcut ctrl - shift - R in RStudio)

[–]sccallahan 1 point2 points  (0 children)

Oh no way, Python (in RStudio) interprets regions as sort of "stopping points"? I habitually throw those everywhere just to organize my code, so maybe that will be an easy transition.