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) ... canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively (through the Jupyter extension), and through Python code files....
๐ŸŒ
Hacker News
news.ycombinator.com โ€บ item
If you haven't used them in awhile, Visual Studio Code notebooks (which leverage... | Hacker News
September 24, 2021 - That said, a desktop JupyterLab is still very valuable as it increases accessibility dramatically, but it's no longer the only player in the space ยท What I love about VS Code Notebooks - it's almost zero context switching to jump from the the code you are working on to a REPL and back
Discussions

Jupyter Notebook for VS Code Vex Extension?
Hi, before I dive into how to make this work, I was wondering if anyone was already using a Jupyter Notebook with the VS code vex extension. More on vexforum.com
๐ŸŒ vexforum.com
0
1
May 16, 2025
Jupyter Notebook VS code
When creating a post, please add: Hi this is just a general question, I am already familiar with some programming languages due to currently studying maths and compsci at university. My question is for this course and to get certified is using Jupyter Notebooks within the web app the best option ... More on community.deeplearning.ai
๐ŸŒ community.deeplearning.ai
0
0
January 13, 2025
python - How to start jupyter notebook in vscode using jupyter extension with workspace specified - Stack Overflow
7 VSCode remote Jupyter Notebook - Open an existing notebook in a specific folder on Jupyter Notebook remote server More on stackoverflow.com
๐ŸŒ stackoverflow.com
How to transition from jupyter notebooks to programming in vscode
make python functions for each function you need, if the file gets too big and hard to navigate or you want another file with a set of different functionality you can import that seperate .py file that into your main or even just certain parts of it. vscode can also display and run notebooks. would recommend looking at some projects on github to get an idea of how they are put together. More on reddit.com
๐ŸŒ r/learnpython
21
12
August 19, 2024
๐ŸŒ
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?

๐ŸŒ
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.
๐ŸŒ
VEX Forum
vexforum.com โ€บ vex iq general discussion โ€บ general discussion
Jupyter Notebook for VS Code Vex Extension? - General Discussion - VEX Forum
May 16, 2025 - Hi, before I dive into how to make this work, I was wondering if anyone was already using a Jupyter Notebook with the VS code vex extension.
Find elsewhere
๐ŸŒ
Medium
medium.com โ€บ geekculture โ€บ running-jupyter-notebook-on-visual-studio-code-4526fb27dc0b
Running Jupyter Notebook on Visual Studio Code | by Juan Nathaniel | Geek Culture | Medium
September 14, 2021 - Well now you can run everything on VS Code, which is natively supporting Jupyter Notebook .ipynb as well as Python .py files!
๐ŸŒ
Medium
taiwo-adetiloye.medium.com โ€บ setting-up-jupyter-notebook-on-visual-studio-code-for-data-analytics-85ac8d785e6a
Setting up Jupyter Notebook on Visual Studio Code for Data Analytics | by Taiwo O. Adetiloye | Medium
June 18, 2020 - Setting up Jupyter Notebook on Visual Studio Code for Data Analytics This tutorial gives quick and easy steps of setting up Jupyter notebook and other useful data analytics python packages. While โ€ฆ
๐ŸŒ
Medium
medium.com โ€บ @bikashkumars โ€บ jupyter-notebook-in-visual-studio-code-c36748f6b6c3
Jupyter Notebook in Visual Studio Code | by Bikash Sundaray | Medium
April 20, 2018 - People who work in Python, they love to do their research and experiments in Jupyter Notebook. I am a fan of desktop editors like VS Code, Atom and Sublime. My intention was to get jupyter like feature in Visual Studio code.
๐ŸŒ
Medium
medium.com โ€บ @shamaldesilva6991 โ€บ jupyter-notebooks-in-vs-code-ec59cc20b6db
Jupyter Notebooks in VS Code | Medium
March 25, 2022 - Now you can create your Jupyter Notebook , just like any other file .By adding the .ipynb file extension to the end of your file name VS Code will automatically identify it as a Jupyter Notebook file. Now you have to choose your kernel in which to run this Jupyter Notebook.
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
Python - Visual Studio Marketplace
1 month ago - Extension for Visual Studio Code - Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.
๐ŸŒ
DeepLearning.AI
community.deeplearning.ai โ€บ course q&a โ€บ generative ai with large language models
Jupyter Notebook VS code - Generative AI with Large Language Models - DeepLearning.AI
January 13, 2025 - When creating a post, please add: Hi this is just a general question, I am already familiar with some programming languages due to currently studying maths and compsci at university. My question is for this course and to get certified is using Jupyter Notebooks within the web app the best option for certification or can i use the JN extension within VS Code?
๐ŸŒ
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 โ€บ python โ€บ jupyter-support-py
Python Interactive window
November 3, 2021 - Jupyter (formerly IPython Notebook) ... code on one canvas called a notebook. Visual Studio Code supports working with Jupyter Notebooks natively, as well as through Python code files....
๐ŸŒ
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.
๐ŸŒ
Medium
medium.com โ€บ data-science โ€บ getting-started-with-jupyter-notebooks-in-visual-studio-code-5dcccb3f739b
Getting Started to Work With Jupyter Notebooks in Visual Studio Code | by Yong Cui | TDS Archive | Medium
February 22, 2020 - VS Code now provides native support of Jupyter Notebooks with its Python plugin. Hereโ€™s an overview of its major functionalities with aโ€ฆ
๐ŸŒ
YouTube
youtube.com โ€บ watch
How to Use Jupyter Notebook for Vscode (easy Method) - YouTube
Learn the straightforward method to integrate Jupyter Notebook into Visual Studio Code for enhanced coding productivity. This video guide walks you through i...
Published ย  February 22, 2026
๐ŸŒ
LinkedIn
linkedin.com โ€บ pulse โ€บ jupyter-notebook-visual-studio-code-bikash-sundaray
Jupyter Notebook in Visual Studio Code
October 12, 2019 - Content Updated: OCT 2019 Microsoft Officially announces native support of Jupyter Notebook in Visual Studio Code by installing Official Python Extension. People who work in Python, they love to do their research and experiments in Jupyter Notebook.