Created
July 21, 2019 02:31
-
-
Save darcwader/e1069e61f98cbb2b6ea34e903b7b0341 to your computer and use it in GitHub Desktop.
Basic setup of jupyter notebook environment with python3.6 , opencv, matplotlib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export NAME=gurkha | |
conda create -n gurkha python=3.6 | |
conda activate gurkha | |
conda install opencv | |
pip install moviepy | |
pip install matplotlib | |
pip install jupyter | |
pip install jupyter_contrib_nbextensions | |
pip install nbextension install | |
jupyter contrib nbextension install | |
jupyter nbextensions_configurator enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
open http://localhost:888/nbextensions