I am using `jupyter` notebook and since short time ago logs stopped to appear in output cells and started to appear only in the terminal. I have described the problem here: http://stackoverflow.com/questions/35936086/jupyter-notebook-does-not-print-logs-to-the-output-cell/35940918#35940918 Logging to output cell works correctly for `ipykernel==4.2.2` and earlier, but since `ipykernel==4.3.0` https://github.com/ipython/ipykernel/releases/tag/4.3.0 logs goes to terminal instead of the output cell. I am not sure, but my guess is that the problem is caused by this commit: ipython/ipykernel@65b6144 I have already opened one issue in the `jupyter` repository https://github.com/jupyter/jupyter/issues/120, but I was advised to better open it here.