In [5]:
install_ext https://raw.github.com/minrk/ipython_extensions/master/gist.py


Installed gist.py. To use it, type:
  %load_ext gist

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


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

In [7]:
!cat $(ipython locate profile {get_ipython().profile})/static/js/custom.js

In [9]:
!ipython locate profile


/nfs/see-fs-01_users/eepdw/.config/ipython/profile_default

In [ ]: