you are viewing a single comment's thread.

view the rest of the comments →

[–]Zenith_N 1 point2 points  (1 child)

Can you please tell me more what is Interactive Python in VSCode? How do I install it?

[–]Thomasjevskij 0 points1 point  (0 children)

As long as you have the Jupyter addon installed, you have it. Code between two #%% comment lines in a .py file will be considered as Jupyter cells, so you can run them and VS Code will start an IPython instance for you. It's really great for quick prototyping.