/jupyter-notebook-opencv

jupyter-notebook with [tenserflow](https://github.com/jupyter/docker-stacks/tree/master/tensorflow-notebook) and opencv

Jupyter Notebook with Tenserflow and Opencv

This docker image contains opencv version 4.0.0 and as base jupyter/tensorflow-notebook:e8613d84128b.

Usage

Start as docker run --rm -it -v "/$(PWD)":/home/jovyan/work -p 8888:8888 which mounts your current folder and makes the notebook accessible over localhost:8888.