We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb59f7f commit bb7a7d7Copy full SHA for bb7a7d7
nipype/pipeline/plugins/ipythonx.py
@@ -9,7 +9,7 @@
9
IPython_not_loaded = False
10
try:
11
from IPython import __version__ as IPyversion
12
- if LooseVersion(IPyversion) < LooseVersion(0.11):
+ if LooseVersion(IPyversion) < LooseVersion('0.11'):
13
from IPython.kernel.contexts import ConnectionRefusedError
14
except ImportError:
15
IPython_not_loaded = True
0 commit comments