Skip to content

Instantly share code, notes, and snippets.

@yk-tanigawa
Created May 12, 2016 02:57
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 yk-tanigawa/220013aff291496cd24931c672a7dce7 to your computer and use it in GitHub Desktop.
Save yk-tanigawa/220013aff291496cd24931c672a7dce7 to your computer and use it in GitHub Desktop.
python notebook
いつも使うpython notebook の最初に書くimport 文
%matplotlib inline
import matplotlib
matplotlib.use('agg')
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import io
import numpy as np
import math
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment