Jupyter Java output
The Java implementation is able to differentiate between stdout
and stderr
, as can be seen with the following small code snippet:
System.out.println("stdout"); System.err.println("stderr");
When run in a Notebook, the stderr
output is colored red:
![](https://static.packt-cdn.com/products/9781789137408/graphics/cce102ef-edf1-4c0f-bfce-43b4ef7742fe.png)