richardyantas / big-data

Python tools for big data

Home Page:https://pnavaro.github.io/big-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python tools for Big Data

Notebooks for Master of Data Science Rennes

Binder JupyterBook Gitpod Ready-to-Code

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.

About

Python tools for big data

https://pnavaro.github.io/big-data


Languages

Language:Jupyter Notebook 99.8%Language:Dockerfile 0.2%Language:CSS 0.0%