This environment is setup for python 3.9 and the specific versions of libraries in requirements.txt which are compatible with python 3.9
- install docker
- cd jupyter-container
- docker build -t jupyter .
- docker run --rm -p 8888:8888 -v ~/Documents/Data\ Science/:/home/jupyter/ jupyter
- open a browser to localhost:8888