Skip to content

Instantly share code, notes, and snippets.

@nickgravish
Created August 25, 2016 22:25
Show Gist options
  • Save nickgravish/9a42ab1f49787759f5c00a49aebd4a3d to your computer and use it in GitHub Desktop.
Save nickgravish/9a42ab1f49787759f5c00a49aebd4a3d to your computer and use it in GitHub Desktop.
Python science import snippets for Jupyter

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


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