Closed jankatins closed 8 years ago
install.package has the same problem, this ends up in the server window instead of the notebook output area:
trying URL 'https://cran.r-project.org/bin/windows/contrib/3.2/neuralnet_1.32.zip'
Content type 'application/zip' length 58757 bytes (57 KB)
==================================================
downloaded 57 KB
As documented in https://github.com/IRkernel/IRkernel/issues/338 (and there was another one with old ggplot2 code), not all output is currently shown if that output is writign directly to a filedescriptor. Maybe add in out internal code ("If your code is not printed with that
evaluate
line, we can't show it in the notebook")