About 416,000 results
Open links in new tab
  1. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · python3 -m ipykernel install --name "new_venv" --user Restart VS Code. But the new_venv does not show in my list of kernels when opening a Jupyter notebook.

  2. How can I view and use notebook variables in VS Code without …

    Oct 18, 2020 · The "Interactive Environment" leaves a python interpreter open in the background (alias kernel), like Spyder and Jupyter do. Spyder has the same additional window-notebook …

  3. No kernel appearing in VS Code in Jupyter Notebook

    Mar 9, 2012 · Type to choose a kernel source And the thing is no available kernel appears. I have opened the Jupyter Notebook in my Google Chrome via the Anaconda Navigator and found no …

  4. VS Code Jupyter not connecting to python kernel

    Feb 10, 2022 · I too faced that issue.And sorted it out.It is because we had update the jupyter notebook extension to the latest version.that is the issue.select the jupyter extension and click …

  5. python - Why do people prefer jupyter notebook over IDE like VS …

    Jupyter Notebooks allows for cell by cell execution of code blocks which some programmers find advantageous because it allows for convenient testing of blocks of code. Jupyter Notebooks …

  6. Jupyter Notebook in VS Code Keeps Running Without Completing …

    Aug 31, 2024 · 0 I'm using Visual Studio Code with Python installed, and I'm encountering an issue where Jupyter notebooks are not running properly. When I execute a cell in the Jupyter …

  7. Matplotlib plots not showing in VS Code - Stack Overflow

    Feb 9, 2021 · 33 In Visual Studio Code Jupyter Notebooks you may see something like this: in order to show the plot you may click on the </> symbol to the left and change the the mime …

  8. VS Code Jupyter Can't Select Kernel Even Though It Detects It

    Sep 4, 2023 · Restarted VS Code. Ensured that both VS Code and the Jupyter extension are up to date. Uninstalled and reinstalled the Jupyter extension. Checked that the Python …

  9. python - Display Plotly plot inside VS code - Stack Overflow

    Nov 15, 2020 · In addition to "Jupyter notebook" can be used to display the drawing in VSCode, we can also view the drawing in the " Interactive Window " window: [Right-click on the code …

  10. virtualenv - Jupyter notebooks in Visual Studio Code does not use …

    Launching Jupyter Notebook locally and copying the localhost URL. In VS Code, Ctrl + Shift + P -> Jupyter: Select Interpeter or Start Jupyter Server, then pasting the URL.