Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.8.0, 0.9.0
-
None
-
None
Description
%ipyspark ! !echo 1; sleep 1; echo 2
uses ipython's shell magic command (! - exclamation mark), but in Zeppelin it prints just two empty lines:
Should have printed two lines with "1" and "2" in them.