- Docker https://docs.docker.com/install/
- Docker Compose https://docs.docker.com/compose/install/
To build the container just fork this repository and execute the docker-compose up -d
command inside the folder of clonned repository in your computer.
The image used to build the Jupyter Notebook environment is jupyter/datascience-notebook.
You can found all the information about this image here.
To access and create your notebooks, after the container is running, go to browser and access: http://localhost:8888