In [4]:
%matplotlib inline
from matplotlib import pylab as plt

from metatlas import metatlas_objects
from metatlas import h5_query
from metatlas.metatlas_objects import Atlas
from metatlas.metatlas_objects import FileInfo

import glob, os

In [5]:
metatlas_objects.list_experiments()


Out[5]:
[]

In [6]:
myExperiment = metatlas_objects.get_experiment(name = 'temporary_experiment_20150807')
# myExperiment.edit()

In [7]:
myExperiment.edit()


:0: FutureWarning: IPython widgets are experimental and may change in the future.
//anaconda/lib/python2.7/site-packages/pandas/core/internals.py:956: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
  return self._try_coerce_result(func(values, other))

In [ ]: