[kernel] plot_ard added (some other fixes as well)

This commit is contained in:
Max Zwiessele 2015-10-09 16:07:57 +01:00
parent e3617942d4
commit d2d8a62d2d
14 changed files with 371 additions and 337 deletions

View file

@ -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