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....
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?
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
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
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
Jupyter Notebook in VS Code
Sound strange to me, but any time I did not find a module with python its just the wrong python installation which gets used. Try in the Terminal this command: which python ``` (or python3) If it shows you more than one version it could be the terminal version is another one as the used one in jupyter. More on reddit.com
Videos
Getting Started with Jupyter Notebooks in VS Code
05:00
How to Install Jupyter Notebook in VSCode (Step by Step) - YouTube
03:08
How to Set Up Jupyter Notebook in Visual Studio Code | Run Python ...
06:33
Jupyter Notebook Setup with VSCode and Virtual Env - Raw version ...
03:08
Jupyter Notebooks in VS Code | Complete Beginner Tutorial - YouTube
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
Visual Studio Marketplace
marketplace.visualstudio.com › items
Jupyter - Visual Studio Marketplace
Extension for Visual Studio Code - Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.
Visual Studio Marketplace
marketplace.visualstudio.com › items
Python - Visual Studio Marketplace
March 27, 2026 - 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.
Top answer 1 of 2
1
Depends on what sort of certification you’re interested in, and what you evaluate as “best”.
Note that both of those tools are technically platforms - on both you can install them to use various software languages (C, python, java, etc).
My two cents:
Jupyter Notebooks are great for tutorials and…
2 of 2
0
The methods I have been using in my studies are VScode for general programming and Org-mode for all documentation, you can take notes, embed code, run the code all the same as Juypeter but all of your notes live on your computer, you can export to word docs, latex, pdf, html and much more.
I do und…
Msu
docs.icer.msu.edu › Jupyter_Notebook_in_VS_Code
Jupyter Notebooks in VS Code - MSU HPCC User Documentation
VS Code supports Jupyter notebooks.
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 ...
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.
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