Skip to content

pnavaro/big-data

Repository files navigation

Parallel Computing with Python

Notebooks for Master for Smart Data Science ENSAI Rennes

Binder JupyterBook

The content of these notebooks are made thanks to these references.

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

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