Docker image to run Pandas on iPython3. Yes Python3!
git clone https://github.com/include/pandas.git
cd pandas
docker build -t include/pandas .
./run_docker.sh
cd pandas
docker run -v `pwd`/notebooks:/pandas/notebooks -p 8888:8888 -it include/pandas
Point your browser to http://YOUR_IP_ADDRESS:8888 and start playing!
All your notebooks will not get lost after stopping Docker. They all live in
your pandas/notebooks directory.
have fun