diff --git a/docs/usage/interpreter/interpreter_binding_mode.md b/docs/usage/interpreter/interpreter_binding_mode.md index 6d0e1edc35..cb3397b4b1 100644 --- a/docs/usage/interpreter/interpreter_binding_mode.md +++ b/docs/usage/interpreter/interpreter_binding_mode.md @@ -54,6 +54,8 @@ In **Shared** mode, single JVM process and single Interpreter Group serves all N In Scoped mode, Zeppelin still runs single interpreter JVM process but multiple Interpreter Group serve each Note. So, each Note have their own dedicated session but still it’s possible to share objects between different Interpreter Groups while they’re in the same JVM process. +From the code perspective, there is only one `InterpreterGroup` for the scoped mode, but multiple sessions in one `InterpreterGroup`. + ## Isolated Mode