#!/usr/bin/env python # coding: utf-8 # In[ ]: get_ipython().run_line_magic('load_ext', 'groovy_magic') # In[ ]: get_ipython().run_cell_magic('groovy', '', 'x=10+15\n')