Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
7442bf9b
Commit
7442bf9b
authored
7 years ago
by
Valentina Kiryushkina
Browse files
Options
Download
Email Patches
Plain Diff
Revert "PY-24848 Subcommand `ipython notebook` is deprecated message"
This reverts commit
95206308
.
parent
c823f60f
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/ipnb/src/org/jetbrains/plugins/ipnb/run/IpnbCommandLineState.java
+2
-2
.../org/jetbrains/plugins/ipnb/run/IpnbCommandLineState.java
with
2 additions
and
2 deletions
+2
-2
python/ipnb/src/org/jetbrains/plugins/ipnb/run/IpnbCommandLineState.java
+
2
-
2
View file @
7442bf9b
...
...
@@ -85,8 +85,8 @@ public class IpnbCommandLineState extends PythonCommandLineState {
if
(
home
!=
null
)
{
String
ipython
=
findJupyterRunner
(
home
);
if
(
ipython
==
null
)
{
envs
.
put
(
"PYCHARM_EP_DIST"
,
"
ju
pyt
er
"
);
envs
.
put
(
"PYCHARM_EP_NAME"
,
"
ju
pyt
er
"
);
envs
.
put
(
"PYCHARM_EP_DIST"
,
"
i
pyt
hon
"
);
envs
.
put
(
"PYCHARM_EP_NAME"
,
"
i
pyt
hon
"
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help