Notebooks for Master for Smart Data Science ENSAI Rennes
- Website generated with jupyterbook.
- Website generated with quarto.
The content of these notebooks are made thanks to these references.
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
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.