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

Enable KernelSpecResourceHandler to be async #1236

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

Zsailer
Copy link
Member

@Zsailer Zsailer commented Mar 13, 2023

This is the last set of request handlers that are not async enabled in Jupyter Server.

With this change, an async KernelSpecManager is possible. 🚀

@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Patch coverage: 85.71% and project coverage change: -0.11 ⚠️

Comparison is base (d85874b) 80.46% compared to head (9f977ef) 80.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1236      +/-   ##
==========================================
- Coverage   80.46%   80.35%   -0.11%     
==========================================
  Files          68       68              
  Lines        8253     8263      +10     
  Branches     1603     1600       -3     
==========================================
- Hits         6641     6640       -1     
- Misses       1189     1200      +11     
  Partials      423      423              
Impacted Files Coverage Δ
jupyter_server/kernelspecs/handlers.py 89.65% <85.71%> (+0.76%) ⬆️

... and 9 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@kevin-bates kevin-bates left a comment

Choose a reason for hiding this comment

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

Confirmed kernel icons are properly displayed both locally and via a gateway server. Thanks @Zsailer!

@blink1073 blink1073 merged commit dc1eee8 into jupyter-server:main Mar 13, 2023
@Zsailer Zsailer deleted the async-kernelspec-handler branch January 16, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants