Skip to content

Comments

PR: Add jupyter-server extension for remote development support#35

Merged
ccordoba12 merged 13 commits intospyder-ide:mainfrom
hlouzada:feat-jupyter-plugin
Jul 7, 2025
Merged

PR: Add jupyter-server extension for remote development support#35
ccordoba12 merged 13 commits intospyder-ide:mainfrom
hlouzada:feat-jupyter-plugin

Conversation

@hlouzada
Copy link
Contributor

@hlouzada hlouzada commented Jul 6, 2025

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2025

Codecov Report

❌ Patch coverage is 9.21053% with 69 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.22%. Comparing base (4a39ffb) to head (7a47724).
⚠️ Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
envs_manager/jupyter.py 0.00% 38 Missing ⚠️
envs_manager/backends/api.py 9.67% 28 Missing ⚠️
envs_manager/__init__.py 33.33% 2 Missing ⚠️
envs_manager/manager.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   75.37%   71.22%   -4.16%     
==========================================
  Files           9       11       +2     
  Lines        1125     1199      +74     
  Branches      124      132       +8     
==========================================
+ Hits          848      854       +6     
- Misses        221      289      +68     
  Partials       56       56              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hlouzada for your work on this! Besides my small suggestions/questions, please address the style issues flagged by the CI linter.

To avoid those issues in the future, please also install pre-commit like this:

pre-commit install

after installing pre-commit in your development env.

@ccordoba12 ccordoba12 added the enhancement New feature or request label Jul 7, 2025
@ccordoba12 ccordoba12 added this to the v0.2.0 milestone Jul 7, 2025
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me now, thanks @hlouzada!

@ccordoba12 ccordoba12 changed the title PR: Add jupyter plugin for remote client support PR: Add jupyter-server plugin for remote development support Jul 7, 2025
@ccordoba12 ccordoba12 changed the title PR: Add jupyter-server plugin for remote development support PR: Add jupyter-server extension for remote development support Jul 7, 2025
@ccordoba12 ccordoba12 merged commit 37507ec into spyder-ide:main Jul 7, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants