I am a bit confused with Zeppelin interpreters' binding mode. I am using Zeppelin 0.7.2, and for what I understand, if I configure an interpreter with an 'isolated' binding mode, then each user gets their own interpreter process. Considering this, I would expect that when one user is running a notebook, the execution should not be affected by some other user restarting the interpreter from one of his/her notebook pages. But that's not the case, the execution ends with 'KeyboardInterrupt'.
Here it explains it perfectly:
But since it's for Zeppelin 0.8.0 I don't know if my only problem is the version I am using. Or am I missing something? Thanks in advance!