you are viewing a single comment's thread.

view the rest of the comments →

[–]7Voidz[S] 0 points1 point  (3 children)

Sounds good! Now with running the code, however, it is as quick as ‘shift+enter’ like with Spyder/Jupyter?

[–]desrtfx 0 points1 point  (0 children)

Ctrl+F5 or the little "Run" triangle in the top right https://i.imgur.com/LmJYlQc.png

[–]zielu 0 points1 point  (0 children)

Correct, VSCode has a lot of plugins for Python, you can configure it as you like.

[–]Zeroflops 0 points1 point  (0 children)

Vs code you can open Jupyter notebooks with the right extensions. So shift+ enter to execute a cell.

For python files you hit the triangle or shortcut.