#!/usr/bin/env python # coding: utf-8 # ### Other notebook # # This notebook just defines `bar` # In[2]: def bar(x): return "bar" * x