-
-
Notifications
You must be signed in to change notification settings - Fork 61
Add jupter lexical commands #417
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
Add jupter lexical commands #417
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds new Lexical commands to control Jupyter cells from the editor: run the current cell, run all cells, restart the kernel, and clear all outputs. Registers handlers for each command within the JupyterInputOutputPlugin.
- Adds four new commands: RUN_JUPYTER_CELL_COMMAND, RUN_ALL_JUPYTER_CELLS_COMMAND, RESTART_JUPYTER_KERNEL_COMMAND, CLEAR_ALL_OUTPUTS_COMMAND
- Implements command handlers to execute the focused cell, execute all cells, restart the kernel, and clear outputs
- Logs status and error information during command execution
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
0eed580 to
ffede9d
Compare
ffede9d to
adc6ed5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thx @goanpeca
Needed for datalayer/vscode-datalayer#31
Ref image
