
Setting up "Scientific Mode" in VS Code: A No-Fluff Guide
Many Python programmers switching to Visual Studio Code miss one feature from Scientific Mode in PyCharm or Spyder: the ability to run lines of code one by one from a script and see your output in an IPython console (not just a terminal) — and especially the nice Pandas DataFrame visualizations. Here's how to set it up.
Read article


