vericast / spylon-kernel

Jupyter kernel for scala and spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for STDOUT/STDERR inside the scala magic / kernel

mariusvniekerk opened this issue · comments

Right now println effectively goes off into the void, since the stderr/stdout when starting up a JVM SparkCotext is not captured by python subprocess call.

STDOUT / SDERR are now supported fully.