jupyter / jupyter/notebook

Lost stderr and stdout

Open
#4,064 2 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.