[debploy] on testpypi

This commit is contained in:
mzwiessele 2015-10-12 15:44:35 +01:00
parent fe423b88eb
commit 8b515c42b8
3 changed files with 8 additions and 10 deletions

View file

@ -35,7 +35,7 @@ import itertools
def in_ipynb():
try:
cfg = get_ipython().config
return 'TerminalIPythonApp' not in cfg
return 'IPKernelApp' in cfg
except NameError:
return False