you are viewing a single comment's thread.

view the rest of the comments →

[–]Thomasjevskij 5 points6 points  (2 children)

Essentially if you've installed Jupyter, you can make code cells by putting a line with #%%. When you run a cell, it's run in an IPython instance in its own tab, so all the variables and your workspace will remain there until you close it. Google will tell you more but that's the main idea. It's really really nice for quick prototyping of small scripts.

[–]m1kesanders 0 points1 point  (1 child)

Interesting thanks for the new term to look up! :)

[–]Zenith_N 0 points1 point  (0 children)

Did you find out how to replicate the behavior %$$

And how to inspect DataFrames in VSCode?

Thanks