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

PR: Avoid showing "No such comm" warning when restarting the kernel (IPython console) #15719

Merged
merged 2 commits into from
May 27, 2021

Conversation

ccordoba12
Copy link
Member

Description of Changes

I decided to override a comms method in our kernel to not show that warning once and for all.

Issue(s) Resolved

Fixes #15498.

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: @ccordoba12.

…m/ccordoba12/spyder-kernels.git external-deps/spyder-kernels

subrepo:
  subdir:   "external-deps/spyder-kernels"
  merged:   "eb4d88a65"
upstream:
  origin:   "https://github.com/ccordoba12/spyder-kernels.git"
  branch:   "no-comms-warning"
  commit:   "eb4d88a65"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
@ccordoba12 ccordoba12 added this to the v5.0.4 milestone May 27, 2021
@ccordoba12 ccordoba12 self-assigned this May 27, 2021
@pep8speaks
Copy link

pep8speaks commented May 27, 2021

Hello @ccordoba12! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 519:28: E721 do not compare types, use 'isinstance()'
Line 521:21: E701 multiple statements on one line (colon)

Comment last updated at 2021-05-27 19:55:02 UTC

@ccordoba12 ccordoba12 changed the title PR: Avoid showing "No such comms" warning when restarting the kernel (IPython csole) PR: Avoid showing "No such comms" warning when restarting the kernel (IPython console) May 27, 2021
…der-ide/spyder-kernels.git external-deps/spyder-kernels

subrepo:
  subdir:   "external-deps/spyder-kernels"
  merged:   "dcaca9b60"
upstream:
  origin:   "https://github.com/spyder-ide/spyder-kernels.git"
  branch:   "2.x"
  commit:   "dcaca9b60"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"
@ccordoba12 ccordoba12 merged commit c99988a into spyder-ide:5.x May 27, 2021
@ccordoba12 ccordoba12 deleted the issue-15498 branch May 27, 2021 21:10
ccordoba12 added a commit that referenced this pull request May 27, 2021
@ccordoba12 ccordoba12 changed the title PR: Avoid showing "No such comms" warning when restarting the kernel (IPython console) PR: Avoid showing "No such comm" warning when restarting the kernel (IPython console) May 28, 2021
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.

2 participants