Enzo Mar created ZEPPELIN-707: --------------------------------- Summary: implicit interpreter in cell Key: ZEPPELIN-707 URL: https://issues.apache.org/jira/browse/ZEPPELIN-707 Project: Zeppelin Issue Type: New Feature Components: GUI Affects Versions: 0.6.0 Reporter: Enzo Mar
Currently %spark is the default interpreter. If I use, say %pyspark for 10 cells, I need to specify %pyspark 10 times. Within a notebook it should work implicitly: if cell #3 (from the top) is %pyspark, all the others (#4; #5 and so on) should be %pyspark, until I change it, say going back to %spark. %spark would still be the default, but this would simplify typing and increase readability. -- This message was sent by Atlassian JIRA (v6.3.4#6332)