fix package name shown to user when not installed

This commit is contained in:
Khalid Huseynov 2018-07-02 11:07:33 +09:00
parent 93a9aefc9d
commit b6a3d5c5fd

View file

@ -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";