I am an absolute beginner using Python and have been trying to use Miniconda environments. I created a couple of environments and tried to use them with VS Code. Here is my workflow:
- Open command prompt > activate my desired environment.
- Open VS Code > Select my desired environment on the Command Palette.
- Run Code.
This is what my VS Code terminal shows:
My issue is that I have been getting mixed results. Sometimes my code runs on the terminal, but I expected the output to show on Code Runner's Output tab. Sometimes the Output tab shows an error importing packages that are explicitly downloaded on my environment. Am I using the correct workflow with these two tools?