Installation
You'll need jupyter and some tools to draw plots :)
pip3 install jupyter
pip3 install matplotlib numpy pandas
jupyter notebook
Save to gist
jupyter nbextension install https://rawgithub.com/minrk/ipython_extensions/master/nbextensions/gist.js
jupyter nbextension enable gist
But you can also directly save your ipynb
files into gists and it should work.