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