mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix package name shown to user when not installed
This commit is contained in:
parent
93a9aefc9d
commit
b6a3d5c5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ public class IPythonInterpreter extends Interpreter implements ExecuteResultHand
|
|||
return "jupyter-client is not installed.";
|
||||
}
|
||||
if (!freezeOutput.contains("ipykernel=")) {
|
||||
return "ipkernel is not installed";
|
||||
return "ipykernel is not installed";
|
||||
}
|
||||
if (!freezeOutput.contains("ipython=")) {
|
||||
return "ipython is not installed";
|
||||
|
|
|
|||
Loading…
Reference in a new issue