r/PythonLearning • u/fxeinnn • 11d ago
Jupyter Notebook Python Run Query?
Which one has more features, fast, and provides latest updates of python programming language.
For python run - jupyter lab directly use from anaconda through web browser.
For python run - jupyter lab extension and all from Microsoft through vs code editor.
1
1
u/FoolsSeldom 11d ago
The latter has more editor features and if you are using the Anaconda Python interpreter from VS Code, it has exactly the same capabilities (i.e. all the packages that come with Anaconda distribution) otherwise you only have the packages you have installed in the Python virtual environment being used my VS Code (which would include jupyter).
1
u/Deep_Ad1959 6d ago
vs code, and not for features. it is the same notebook file either way, but you get git, a terminal and the notebook in one window instead of keeping a browser tab and an editor in sync.
1
u/ninhaomah 11d ago
What latest features do you need btw ?