In [ ]:
from __future__ import absolute_import, division, print_function
In [1]:
# uncomment the bottom line in this cell, change the final line of
# the loaded script to `mpld3.display()` (instead of show).
In [ ]:
# %load http://mpld3.github.io/_downloads/linked_brush.py
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [1]:
%%writefile ../example-script.py
#!/bin/env python
from __future__ import absolute_import, division, print_function
print('Arbitrary code here.')
In [2]:
!cat ../example-script.py
In [ ]: