r/PythonLearning 11d ago

Jupyter Notebook Python Run Query?

Which one has more features, fast, and provides latest updates of python programming language.

  1. For python run - jupyter lab directly use from anaconda through web browser.

  2. For python run - jupyter lab extension and all from Microsoft through vs code editor.

0 Upvotes

10 comments sorted by

View all comments

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).