Global web icon
stackoverflow.com
https://stackoverflow.com/questions/74289506/vs-co…
VS Code does not find Python kernel - Stack Overflow
I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment with Anaconda, VS Code appropr...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/71918703/visua…
Visual Studio Code Pylance (report Missing Imports )
To anyone with a missing imports issue. If you have installed Pylance and Python extensions from VS Code, you should hover your mouse over the missing imports. Then, Pylance will show you an option saying Quick Fix, click on that and select the right interpreter from the pop-up. After that, I don't see any line under any imports, and autocompletion is working fine. Previously, autocompletion ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/73859210/is-th…
Is there a shortcut to comment multiple lines in python using VS Code ...
Instead of indivually typing out a hash tag in front of each line, is there a way to select a block of code and comment/uncomment everything by only pressing a couple shortcut keys?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/64409231/how-c…
python - How can I view and use notebook variables in VS Code without ...
As I know ,I can view variables in VS Code by setting breakpoints, Is it possible to view and use the variables likes Spyder in Console? Such as the picture posted bellow: the running result varia...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79700582/vs-co…
VS Code doesn't open Python virtual environment
I'm using Python 3.13.5 with VS Code 1.102.0 on Ubuntu 24.04.2. With VS Code updates, there were often problems with opening venv environment, but usually reloading VS Code was sufficient to make i...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/56794940/vscod…
python - VSCode: Why isn't debugger stopping at breakpoints? - Stack ...
Downgrading from Python 3.9 to 3.8 worked for me. VC Code 1.56.2 ignored breakpoints running Python 3.9 64-bit on Windows 10 version 20H2. Installing Python 3.8.10 64-bit fixed the problem. I just needed to select the Python 3.8.10 interpreter within VS code and it now recognizes breakpoints. No changes to the configuration file were needed, for example, I did not need "justMyCode": false I ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54106071/how-c…
How can I set up a virtual environment for Python in Visual Studio Code ...
In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went one level up like suggeste...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/76050834/vs-co…
python - VS Code not recognizing .env file inside workspace folder ...
In order for Python to automatically detect a .env file within a workspace folder, you need to ensure that you have the Python extension installed in VS Code. Once you have the extension installed, follow these steps:
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/68717327/conda…
Conda environment not showing up in VS Code - Stack Overflow
VS Code does not show conda environments that don't contain an interpreter. After you create a conda environment, you need to activate it and install some packages in order to get the python interpreter.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/67946868/how-d…
python - How do I install pandas into Visual Studio Code ... - Stack ...
Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.