#!/usr/bin/env python # coding: utf-8 # In[1]: get_ipython().run_line_magic('load_ext', 'autoreload') get_ipython().run_line_magic('autoreload', '2') # In[2]: from tf.app import use # In[4]: A = use("ETCBC/nestle1904", hoist=globals()) # In[5]: results = A.search(""" w unicode* """) # In[6]: A.show(results, end=2) # In[ ]: