mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
[kernel] plot_ard added (some other fixes as well)
This commit is contained in:
parent
e3617942d4
commit
d2d8a62d2d
14 changed files with 371 additions and 337 deletions
|
|
@ -34,8 +34,8 @@ import itertools
|
|||
|
||||
def in_ipynb():
|
||||
try:
|
||||
get_ipython()
|
||||
return True
|
||||
cfg = get_ipython().config
|
||||
return 'TerminalIPythonApp' not in cfg
|
||||
except NameError:
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue