Description
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.
Attachments
Issue Links
- relates to
-
ZEPPELIN-1069 Ignore implicit interpreter when user enter wrong interpreter name
- Resolved
- links to