We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that IOStreams are not correcly calling their close method as in:
close
ipykernel/ipykernel/iostream.py
Lines 579 to 596 in 2ca7992
Thus, even though reset_io is called when closing the IPKernelApp:
reset_io
ipykernel/ipykernel/kernelapp.py
Lines 512 to 519 in 2ca7992
sys.stdout is still not functioning as expected after IPyKernelApp closes, because the writes are being redirected.
sys.stdout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that IOStreams are not correcly calling their
close
method as in:ipykernel/ipykernel/iostream.py
Lines 579 to 596 in 2ca7992
Thus, even though
reset_io
is called when closing the IPKernelApp:ipykernel/ipykernel/kernelapp.py
Lines 512 to 519 in 2ca7992
sys.stdout
is still not functioning as expected after IPyKernelApp closes, because the writes are being redirected.The text was updated successfully, but these errors were encountered: