grace-pl Running on local machine Container configuration Install docker on your machine. Build image from Dockerfile: docker build https://raw.githubusercontent.com/radekszostak/grace-pl/master/Dockerfile -t grace-pl --no-cache Create container from image: docker create -p 8888:8888 --name grace-pl-container grace-pl:latest Running docker start --interactive grace-pl-container Open Jupyter Lab at http://localhost:8888/ or attach running container to IDE.