No output with using ipython interactive window
Open
@AdamYoblick is already working on this.
Since Dec 12, 2023.
bug
needs investigation
- Dominant language
- C#
- Stars
- 2.6k
- Forks
- 680
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
Describe the bug
When using Ipython for interactive mode, the commands seem to be executed right, but nothing is ever displayed in the command window.
Steps to Reproduce
- Pick your Python environment
- Select "Use IPython interactive mode"
- Open an interactive window
- Enter some random command that should trigger some display on the standard output (print(1) for instance)
Expected behavior
The command prompt should the same output whether you're using Ipython or not
Configuration information (If you are providing a diagnostics file (see below), skip this section)
VS Version: 17.4.1
PTVS version: 17.0.22263.6
Python version: 3.11.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.