import matplotlib # for pycharm
matplotlib.backend('Qt4Agg') # for pycharm
import numpy as np
import cv2 as cv
import matplotlib.pyplot as plt
%matplotlib qt4
%qtconsole
Created
August 25, 2016 22:25
-
-
Save nickgravish/9a42ab1f49787759f5c00a49aebd4a3d to your computer and use it in GitHub Desktop.
Python science import snippets for Jupyter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment