In [5]:
install_ext https://raw.github.com/minrk/ipython_extensions/master/gist.py
In [6]:
!mkdir -p $(ipython locate profile {get_ipython().profile})/static/js
!curl https://raw.github.com/minrk/ipython_extensions/master/gist.js >> $(ipython locate profile {get_ipython().profile})/static/js/custom.js
In [7]:
!cat $(ipython locate profile {get_ipython().profile})/static/js/custom.js
In [ ]: