Install Git Install Docker and docker-compose
Clone the repository and go to the project folder:
git clone https://github.com/mechnotech/jupyter_docker && cd jupyter_docker
Start building a container with Jupyter notebooks:
docker-compose up --build -d
Print log with url`s and tokens:
docker logs jupyter
Get started with a link
http://127.0.0.1:8888/?token=<some_token>
http://ip:8888/?token=<some_token>
make lab-up
make tensorflow-up