Parallel Computing with Python

This course is being taught at as part of Master For Smart Data Science ENSAI Rennes.

Run Jupyter notebooks with docker

Get docker app

You can run these notebooks with Docker. The following command starts a container with the Notebook server listening for HTTP connections on port 8888 and 4040 without authentication configured.

git clone https://github.com/pnavaro/big-data.git
docker run --rm -v $PWD/big-data:/home/jovyan/ -p 8888:8888 -p 4040:4040 pnavaro/big-data

References

Books

Software documentation

Tutorials

Blog posts

Online courses

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.