Skip to content

Python REPL conflicts with Jupyter IW #23518

@rebornix

Description

@rebornix

Re #23484

Steps:

  • Install both Jupyter and Python extensions
  • Create a python file with following
# %%

def foo():
    print(1)

foo()
  • Enable python.REPL.sendToNativeREPL
  • From Context Menu, Run Python -> Run Selection/Line in Python REPL
  • An editor named "Python REPL" created
  • From Context Menu, Run in Interactive Window -> Run Current Cell
  • A second editor named "Python REPL" created 🐛 (not sure why it's called Python REPL)
  • From Context Menu, Run Python -> Run Selection/Line in Python REPL
  • A third editor was created, other than reusing the first one

Metadata

Metadata

Labels

area-replbugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions