Commit 7442bf9b authored by Valentina Kiryushkina's avatar Valentina Kiryushkina
Browse files

Revert "PY-24848 Subcommand `ipython notebook` is deprecated message"

This reverts commit 95206308.
parent c823f60f
Branches unavailable Tags unavailable
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -85,8 +85,8 @@ public class IpnbCommandLineState extends PythonCommandLineState {
if (home != null) {
String ipython = findJupyterRunner(home);
if (ipython == null) {
envs.put("PYCHARM_EP_DIST", "jupyter");
envs.put("PYCHARM_EP_NAME", "jupyter");
envs.put("PYCHARM_EP_DIST", "ipython");
envs.put("PYCHARM_EP_NAME", "ipython");
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment