Lost stderr and stdout
Open
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
When working in Jupyter I sometimes loose stdout and stderr. It seems to be piped somewhere else. This happens usually after making syntax errors in numpy, pandas or ROOT. It does not seem package specific. And I can't recover it using
import sys
sys.stdout = sys.__stdout__
sys.stderr = sys.__stderr__
Since I don't have any error to show I don't really know how to describe it in more detail, restarting the kernel gives it back. This happens in both Jupyter notebooks and Jupyter lab.
Contributor guide
Assessment
This issue has not been assessed yet.