mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[debploy] on testpypi
This commit is contained in:
parent
fe423b88eb
commit
8b515c42b8
3 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue