Skip to content

Instantly share code, notes, and snippets.

@darcwader
Created July 21, 2019 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darcwader/e1069e61f98cbb2b6ea34e903b7b0341 to your computer and use it in GitHub Desktop.
Save darcwader/e1069e61f98cbb2b6ea34e903b7b0341 to your computer and use it in GitHub Desktop.
Basic setup of jupyter notebook environment with python3.6 , opencv, matplotlib
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
@darcwader
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment