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

Fix typo in eventloops.py #711

Merged
merged 1 commit into from
Jul 6, 2021
Merged

Fix typo in eventloops.py #711

merged 1 commit into from
Jul 6, 2021

Commits on Jul 2, 2021

  1. Fix typo in eventloops.py

    Typo in eventloops.py : Changing kernel_shell_stream to kernel.shell_stream fixes this NameError with the MacOSX backend
    
    Using matplotlib backend: MacOSX
    ERROR:tornado.application:Exception in callback functools.partial(<function Kernel.enter_eventloop.<locals>.advance_eventloop at 0x108aefe50>)
    Traceback (most recent call last):
      File "/Users/selasley/venvs/py39/lib/python3.9/site-packages/tornado/ioloop.py", line 741, in _run_callback
        ret = callback()
      File "/Users/selasley/venvs/py39/lib/python3.9/site-packages/ipykernel/kernelbase.py", line 401, in advance_eventloop
        eventloop(self)
      File "/Users/selasley/venvs/py39/lib/python3.9/site-packages/ipykernel/eventloops.py", line 327, in loop_cocoa
        if kernel_shell_stream.flush(limit=1):
    NameError: name 'kernel_shell_stream' is not defined
    selasley authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    dbfe994 View commit details
    Browse the repository at this point in the history