You can use jupyter notebooks in vscode, I would go on that route Answer from Raccoon-7 on reddit.com
🌐
Visual Studio Code
code.visualstudio.com › docs › datascience › jupyter-notebooks
Jupyter Notebooks in VS Code
November 3, 2021 - Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively (through ...
Visual Studio Code
Visual Studio Code redefines AI-powered coding with GitHub Copilot for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
Documentation
Your home for multi-agent development. Explore AI agents, coding tools, extensions, and everything you need to build faster with Visual Studio Code.
Linux
This can happen when sources.list.d doesn't exist or you don't have access to create the file. To fix this, try manually creating the folder and an empty vscode.list file:
Windows
Build and test web apps with the integrated browser and AI agents · Download and install Visual Studio Code
🌐
Visual Studio Code
code.visualstudio.com › docs › python › jupyter-support-py
Python Interactive window
November 3, 2021 - Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, ...
Discussions

Jupyter Notebooks or VS Code?
You can use jupyter notebooks in vscode, I would go on that route More on reddit.com
🌐 r/learnpython
55
27
May 23, 2025
Integrating Python and Jupyter Notebook with Visual Studio Code - Stack Overflow
Summary: I am trying to set up the Jupyter Notebook extension for VSCode but I can’t get my Python code snippets to run. There is no "Run" button to select. I can't select a Python/ Jupyter More on stackoverflow.com
🌐 stackoverflow.com
Setting up and integrating Jupyter Notebook development environment with VSC
Hello Pythonistas! I am trying to set up the Jupyter Notebook extension for VSCode but I can’t get my code snippets to run. If you check out this YouTube clip at exactly 1 minute and 46 seconds (here - - you can pause it to see the still) this is what I am trying to accomplish. More on discuss.python.org
🌐 discuss.python.org
6
0
August 17, 2022
I use vs code, but some suggest me to use Jupyter notebook, becasue it will be helpful for data visualization and etc.. Is it true? People who use Jupyter Nb, should I shift of Jnb?
I'd recommend just getting the juypter extension in VScode. More on reddit.com
🌐 r/datascience
82
37
July 19, 2023
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Jupyter Extension for Visual Studio Code
Extension for Visual Studio Code - Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.
🌐
Reddit
reddit.com › r/learnpython › jupyter notebooks or vs code?
r/learnpython on Reddit: Jupyter Notebooks or VS Code?
May 23, 2025 -

Hi All! For someone who is a beginner and learning Python (with the goal of becoming a Data Scientist), would you recommend starting with VS Code or Jupyter Notebooks?

I've heard that Jupyter Notebooks is ideal for data science, however, I also hear that VS Code has a good debugger which will be useful for someone new to Python.

Does it matter which I use?

What do folks recommend?

🌐
Microsoft Learn
learn.microsoft.com › en-us › shows › visual-studio-code › getting-started-with-jupyter-notebooks-in-vs-code
Getting Started with Jupyter Notebooks in VS Code | Microsoft Learn
In this video, you'll learn how to create your very first Jupyter Notebook in VS Code, including setting up your environment, running and debugging code, and visualizing data. Getting started with Jupyter Notebooks has never been easier! Chapters 00:00 - Install 00:50 - Setting up your environment 02:29 - Running text, code and visuals in one notebook 04:59 - Debugging options 05:22 - Variable explorer 06:10 - Outro Recommended resources Docs Anaconda installation
Top answer
1 of 4
2

VS Code has prompted you to install the suggested extension. Python and Jupyter.

Also it helps to make sure your vscode is up to date.

The play button of the interface is provided by Jupyter, but if you want to run the code (select the kernel), you must also install the Python extension.

It’s a condition box. I clicked: “Yes”.

You don't have to click Yes because there is a time delay. By the time you click Yes, the environment may not be ready.

If you are using a virtual environment, you can select the virtual environment's interpreter and then create a new terminal to activate the environment.

Complete creation steps:

Prerequisites:

  • The machine has python installed,
  • and vscode has Python and Jupyter extensions installed.

steps

  1. Create a new working folder Test

  2. Open the folder Test with vscode

  3. new terminal

  4. Type the command python -m venv .venv to create a virtual environment

  5. After the creation is complete, use the command .venv/scripts/activate to activate the virtual environment

    Or Ctrl+Shift+P --> Python:Select Interpreter, select the interpreter of the virtual environment and then create a new terminal to activate the environment

  6. Create new jupyter file using command palette command Create:New Jupyter Notebook

    Or right click --> New File --> name ends with .ipynb

  7. The virtual environment you just selected will be enabled as the kernel by default.

2 of 4
2

The same problem happened with me. I fixed it by going to Jupiter extension and installing a few months old version.

🌐
Visual Studio Code
code.visualstudio.com › docs › datascience › jupyter-kernel-management
Manage Jupyter Kernels in VS Code
November 3, 2021 - You can open the kernel picker by clicking on Select Kernel on the upper right-hand corner of your notebook or through the Command Palette with the Notebook: Select Notebook Kernel command. Once you open the Kernel Picker, VS Code shows the most recently used (MRU) kernel(s): Note: In the previous versions of VS Code (version <1.76), VS Code used to show all available kernels by default. To see other kernels, you can click Select Another Kernel.... All existing kernels are categorized into kernel source options, with these sources supported by the Jupyter extension out of the box:
Find elsewhere
🌐
GitHub
github.com › microsoft › vscode-jupyter
GitHub - microsoft/vscode-jupyter: VS Code Jupyter extension · GitHub
A Visual Studio Code extension that provides basic notebook support for language kernels that are supported in Jupyter Notebooks today, and allows any Python environment to be used as a Jupyter kernel.
Starred by 1.5K users
Forked by 379 users
Languages   TypeScript 69.2% | Python 21.5% | Jupyter Notebook 6.2% | JavaScript 1.1% | Shell 1.0% | CSS 0.5%
🌐
Python.org
discuss.python.org › python help
Setting up and integrating Jupyter Notebook development environment with VSC - Python Help - Discussions on Python.org
August 17, 2022 - Hello Pythonistas! I am trying to set up the Jupyter Notebook extension for VSCode but I can’t get my code snippets to run. If you check out this YouTube clip at exactly 1 minute and 46 seconds (here - - you can pause …
🌐
GitHub
microsoft.github.io › vscode-essentials › en › 08-notebooks.html
Notebooks in VS Code · Visual Studio Code - The Essentials
Jupyter notebooks need to be connected to a kernel, an execution engine, in order to run the code contained in the cells. Therefore, it will be necessary to install Python and the Python kernel. This kernel is installed simply using pip, the Python package manager, via the command pip install ...
🌐
Visual Studio Code
code.visualstudio.com › docs › datascience › notebooks-web
Jupyter Notebooks on the web
November 3, 2021 - Visual Studio Code supports working with Jupyter Notebooks on the desktop, and extends to various browser-based platforms like GitHub Codespaces and VS Code for the Web.
🌐
Microsoft Community Hub
techcommunity.microsoft.com › microsoft community hub › communities › topics › education sector › educator developer blog
Jupyter Notebooks in Visual Studio Code | Microsoft Community Hub
February 6, 2020 - Jupyter (formerly IPython Notebook) is an open-source project that lets you easily combine Markdown text and executable Python source code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, ...
🌐
Medium
medium.com › @marcio.debarros › a-seamless-transition-setting-up-virtual-environment-and-jupyter-notebooks-in-vs-code-6debf9078ddd
A Seamless Transition: Setting up Virtual Environment and Jupyter Notebooks in VS Code | by Marcio DeBarros | Medium
April 22, 2025 - Hoping to help others considering a similar transition, I am sharing my steps to successfully create new projects and virtual environments in VS Code for Python projects and Jupyter Notebooks.
🌐
Visual Studio Code
code.visualstudio.com › docs › copilot › guides › notebooks-with-ai
Edit Jupyter notebooks with AI in VS Code
November 3, 2021 - Visual Studio Code supports working with Jupyter notebooks natively, and through Python code files. The AI features in VS Code can help you in creating and editing notebooks, as well as analyzing and visualizing data.
🌐
Reddit
reddit.com › r/datascience › i use vs code, but some suggest me to use jupyter notebook, becasue it will be helpful for data visualization and etc.. is it true? people who use jupyter nb, should i shift of jnb?
r/datascience on Reddit: I use vs code, but some suggest me to use Jupyter notebook, becasue it will be helpful for data visualization and etc.. Is it true? People who use Jupyter Nb, should I shift of Jnb?
July 19, 2023 - I think Jupyter notebooks are pretty bad. There are good reasons too, for example: ... One much better option is Quarto (quarto.org). Don't be like everyone else, don't use Jupyter. ... If you’re working in a Github Repo, NBReview is excellent. ... NbClean makes version control so much better. But, if you use VSCODE, you can make a notebook in a .py file and each cell is marked by #.
🌐
Medium
medium.com › @claudia.nikel › how-to-setup-a-jupyter-notebook-in-vs-code-w-virtual-env-kernels-install-packages-884cf643375e
How to setup a Jupyter Notebook in VS Code (w/ virtual env & kernels) & install packages. | by Claudia Nikel | Medium
February 7, 2024 - How to setup a Jupyter Notebook in VS Code (w/ virtual env & kernels) & install packages. Steps 1. Install Jupyter You will need to install Jupyter in order to open a Jupyter notebook. You can …
🌐
SQLServerCentral
sqlservercentral.com › articles › how-to-use-jupyter-notebook-in-vscode
How to use Jupyter Notebook in VSCode – SQLServerCentral
July 22, 2024 - First, in VSCode, press the Extensions icon and Install the Python Extension from Microsoft. Secondly, install the Jupyter extension. Thirdly, create a folder named Jupyter in the Windows Explorer: ... First, press the Explorer icon if necessary ...
🌐
Utkarsh Shigihalli
onlyutkarsh.com › posts › 2025 › using-jupyter-notebooks-in-vscode
Using Jupyter Notebooks in VS Code | Utkarsh Shigihalli
May 8, 2025 - Everything runs natively inside VS Code! Open or Create a Notebook: You can create a new Jupyter Notebook from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) by typing ‘Jupyter: Create New Blank Notebook’.
🌐
Microsoft Learn
learn.microsoft.com › en-us › shows › ai-show › jupyter-notebooks-in-visual-studio-code
Jupyter Notebooks in Visual Studio Code | Microsoft Learn
February 4, 2020 - Visual Studio Code offers many great features for Data Scientists and Python developers alike, allowing you to explore and experiment on your data using the flexibility of Jupyter Notebooks combined with the power and productivity of VS Code. Tune in to learn how to supercharge your Jupyter Notebooks with VS Code.Jump To:[00:56] – Creating a new notebook in Visual Studio Code[01:28] – Notebook Editor interface[03:53] – Bringing existing Notebooks to Visual Studio Code[06:22] – Converting your Jupyter Notebook into Python code[08:15] – Connecting to remote Jupyter ServerLearn More:Visual Studio Code DownloadJupyter Notebooks in VS Code documentationThe AI Show's Favorite links:Don't miss new episodes, subscribe to the AI Show Create a Free account (Azure) Deep Learning vs.