In [8]:
%load_ext autoreload
%autoreload 2
%matplotlib inline
from misc_utils import load_raw_responses_with_traces
from session_and_tree_utils import *
In [12]:
df = load_raw_responses_with_traces()
df = get_sessions_and_trees(df)
In [13]:
In [4]:
In [5]:
In [6]: