- Python 3
- Emacs
- Emacs ob-ipython package installed (https://github.com/gregsexton/ob-ipython)
- TensorFlow installed using virtualenv technique (https://www.tensorflow.org/install/install_mac)
- Activate tensorflow virtual env on command line
| #!/usr/bin/env python | |
| # -*- coding: UTF8 -*- | |
| """ | |
| author: Guillaume Bouvier | |
| email: guillaume.bouvier@ens-cachan.org | |
| creation date: 2014 04 29 | |
| license: GNU GPL | |
| Please feel free to use and modify this, but keep the above information. | |
| Thanks! | |
| """ |