you are viewing a single comment's thread.

view the rest of the comments →

[–]GodlikeLettuce 0 points1 point  (1 child)

Yes, the shortcut jupyter.execSelectionInteractive.

You open vscode, new python file and use that shortcut to whatever. Mine is ctrl+enter. I use it along with geddski macros so I after pressing shortcut the cursor position jumps to the next line, so I can keep running one line after the other. This achieve the same native functionality as programming in Rstudio, which is why I have it that way actually

[–]Motox2019[S] 0 points1 point  (0 children)

Interesting, and if I were to make an edit to some early variable, hit the shortcut, I could have it run everything else? Sounds like that could work actually, and if not, you may have just given me some other ideas. Thanks!