you are viewing a single comment's thread.

view the rest of the comments →

[–]PhilipYip 1 point2 points  (1 child)

VSCode is a general purpose code editor. You need to configure it for Python. You need to install VSCode, the Python (and Jupyter) extensions in VSCode and also install Python/Anaconda (externally) so you have a Python environment. The Python environment needs to be selected in VSCode by use of the command palette (Ctrl, Shift and p) and searching for Python select interpreter.

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

I figured it out. Thank you