python3.6 -m venv py3venv
pip3 install jupyter notebook
source ~/py3venv/bin/activate
vim ~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.notebook_dir = '/workspace/'
pip3 install numpy
pip3 install opencv-python
pip3 install matplotlib
pip3 list
pip3 show numpy
pip3 uninstall numpy