Having IPython Session in VS Code #976
Unanswered
RoyiAvital
asked this question in
Q&A
Replies: 2 comments 4 replies
-
in latest VSCode, you can see an "run in interactive Window"... that is probably the prototype of what you want but there are maybe better option in the StackOverflow thread |
Beta Was this translation helpful? Give feedback.
4 replies
-
also the default ptpython option under current "WinPython Interpreter" icon allows you to switch to ipython mode: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In VS Code there is a terminal which runs the Python scripts.
I was wondering, I'd like to have IPython session in the terminal. Is there a way? Could the IPython session share the same variables as the script?
Beta Was this translation helpful? Give feedback.
All reactions