A toolkit for scraping with python / jupyter.
- docker installed
- jupyter/scipy-notebook image is pulled by docker pull jupyter/scipy-notebook
cd
to the directory where Dockerfile is located, then type below.
docker build -t shotahorii/scraping-toolkit-env .
Note1: shotahorii/scraping-toolkit-env
in the command above is the name of the docker image. This can be any other name that you'd like to call this image.
Note2: Don't forget .
at the end of the command.
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work shotahorii/scraping-toolkit-env