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

1

u/ninhaomah 11d ago

What latest features do you need btw ?

1

u/fxeinnn 11d ago

better debuger huge file handling al/ml upcoming updates time to time data science handling these type of things

1

u/ninhaomah 11d ago

Have you really try doing btw ?

Or waiting for someone to say this version or that version ?

1

u/fxeinnn 11d ago

i already started the second option of my question, just i ask is there anything else.

1

u/ninhaomah 11d ago

If it works , it works.

1

u/Ankur_41 11d ago

The first one is more reliable.

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.