zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
51.05k stars 3.17k forks source link

Python Interactive window (as in VSCode) #6787

Open vasili111 opened 10 months ago

vasili111 commented 10 months ago

Check for existing issues

Describe the feature

VSCode supports "Python Interactive window" which instead of showing cell output in the same window shows in separate window. I think it is more convenient than Jupyter notebooks. It will be good to have same functionality in Zed. More information here: https://code.visualstudio.com/docs/python/jupyter-support-py

Related to #5273

If applicable, add mockups / screenshots to help present your vision of the feature

Screenshot:

image

sidhreddy commented 10 months ago

+1

basitcodeenv commented 10 months ago

+1

ballon3 commented 10 months ago

+1

jansol commented 9 months ago

Another thing that would be cool to see is a matlab-like view where you have a runnable code file, an interactive console and a table of all global variables and their values in sync with the interactive console.

xsa-dev commented 8 months ago

+1

StefanBloemheuvel commented 6 months ago

+1!

Bengerthelorf commented 2 months ago

Couldn't agree more.