Skip to content
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

[WIP] Refactor Remote Client Kernel Management #23720

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hlouzada
Copy link
Contributor

@hlouzada hlouzada commented Feb 13, 2025

Description of Changes

  • Update Base API to handle the "ensure" server/connection/kernel logic
  • Refactor Jupyter API using the new module system and Base API #PR: Add remote filesystem API to the Remote client plugin #23381
  • Update main Plugin's
  • Move the plugin's "create new kernel" and "container" logic to ipythonconsole.
  • Move kernel's implementation tests to ipythonconsole.
  • Implement Jupyter API unit testing.
  • Wrote at least one-line docstrings (for any new functions)
  • Added unit test(s) covering the changes (if testable)
  • Included a screenshot or animation (if affecting the UI, see Licecap)

Refactor the remoteclient plugin's remote kernel logic so the kernels magnament
are done in ipythonconsole plugin using the base Jupyter's API with the new modules system.

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @hlouzada

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant