zed
zed copied to clipboard
Python Interactive window (as in VSCode)
Check for existing issues
- [X] Completed
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:
+1
+1
+1
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.
+1
+1!