/big-data

Python tools for big data

Primary LanguageJupyter Notebook

Python tools for Big Data

Notebooks for Master of Data Science Rennes

Binder Book Gitpod Ready-to-Code

A website generated with jupyterbook is available.

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.