About 754,000 results
Open links in new tab
  1. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · PS C:\Users\m\Desktop\Python> py -m to which you should append the command prepared on the Python library platform (by copying it and pasting). …

  2. python - How do I install pandas into Visual Studio Code ... - Stack ...

    Jun 12, 2021 · As pandas is a Python library, you can install it using pip - the Python's package management system. If you are using Python 2 >=2.7.9 or Python 3 >=3.4, pip is already …

  3. How can I install Visual Studio Code extensions offline?

    Dec 15, 2019 · On Linux/Ubuntu: I can use the following command to install it: $ code-server --install-extensions vsx-jupyter-2021.7.0.vsix. Afterward, one can use: code-server --list …

  4. How can I install Pytorch in VS code on Windows?

    Oct 22, 2023 · Attention: If you use global python interpreter, pytorch will be installed globally, which could be risky. So the better way is to use conda or pip to create a virtual python …

  5. How to install Python packages for a VS Code virtual environment ...

    Apr 5, 2023 · Tutorial previous step The next step gives the instructions on how to install the matplotlib package: py -m pip install matplotlib When I try to rerun the script in the next step, …

  6. Python auto-import extension for VSCode - Stack Overflow

    Oct 14, 2017 · Install Pylance extension and try to use it. Type dateti in IDE VSCode python file and look if appears autocompletion with Auto-import link. Click on Auto-import, result will be …

  7. How can i install PIP on my windows machine in Visual Studio Code

    Jul 29, 2020 · could you please attatch screenshots of terminal where you first executes this python get-pip.py and then write pip – Divyessh Commented Jul 29, 2020 at 4:44

  8. python - Why do I get a "ModuleNotFoundError" in VS Code …

    Jun 19, 2019 · Microsoft's Getting Started with Python in VS Code describes how to install packages where VS Code expects them: Create a virtual environment with the Python: Create …

  9. Python requires ipykernel to be installed - Stack Overflow

    Oct 18, 2021 · Recently, I ran into the same problem twice after updating VS Code. When I tried to run a cell in a Jupyter notebook, it said I need to install a python extension (even though I …

  10. How to install VS code extension manually? - Stack Overflow

    Dec 12, 2019 · 1- Install the same VSCode version on the online (access to internet) computer as the offline (no access to internet) target computer. 2- From within the VSCode, install the …

Refresh