forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built-in Python REPL implementation using IW and Notebook #23332
Labels
Milestone
Comments
github-actions
bot
added
the
triage-needed
Needs assignment to the proper sub-team
label
May 5, 2024
29 tasks
other features:
|
anthonykim1
changed the title
Built-in python REPL implementation
Built-in Python REPL implementation using IW UI
May 8, 2024
anthonykim1
changed the title
Built-in Python REPL implementation using IW UI
Built-in Python REPL implementation using IW and Notebook
May 8, 2024
Also created issue for pre-execute handler in core: microsoft/vscode#212427 |
anthonykim1
added a commit
that referenced
this issue
May 16, 2024
Allow users to use Interactive Window UI with Python custom REPL controller instead of iPykernel. Closes #23175 Closes #23174 Closes #23029 Majority of: #23332 Context menu under Python for running Python REPL code using IW UI should only appear when user's ```pythonRunREPL``` experiment is enabled.
anthonykim1
added a commit
to anthonykim1/vscode-python
that referenced
this issue
May 16, 2024
Allow users to use Interactive Window UI with Python custom REPL controller instead of iPykernel. Closes microsoft#23175 Closes microsoft#23174 Closes microsoft#23029 Majority of: microsoft#23332 Context menu under Python for running Python REPL code using IW UI should only appear when user's ```pythonRunREPL``` experiment is enabled.
3 tasks
DonJayamanne
pushed a commit
that referenced
this issue
Jun 24, 2024
Allow users to use Interactive Window UI with Python custom REPL controller instead of iPykernel. Closes #23175 Closes #23174 Closes #23029 Majority of: #23332 Context menu under Python for running Python REPL code using IW UI should only appear when user's ```pythonRunREPL``` experiment is enabled.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
interrupt
for currently executing code in REPL #23337The text was updated successfully, but these errors were encountered: