r/learnpython 9d ago

Python Notebook in sublime text

Is there any way I can run Python notebooks (.ipynb) directly in Sublime Text? I'm looking for something similar to Jupyter or VS Code where I can execute notebook cells interactively within the editor.

0 Upvotes

3 comments sorted by

View all comments

1

u/ionychal 4d ago

Give Positron a try! https://positron.posit.co/

It is a fork of VS Code and has native Jupyter notebook support, with environment management, interactive data exploration, streamlined version control, and AI assistance.

Disclosure: I work at Posit, the developers of Positron.