Skip to content

Instantly share code, notes, and snippets.

@kokumura
Created November 18, 2016 10:03
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 kokumura/6573d60407cba8796d22b6d84cc81609 to your computer and use it in GitHub Desktop.
Save kokumura/6573d60407cba8796d22b6d84cc81609 to your computer and use it in GitHub Desktop.
Jupyter notebook の最初のセルによく書くやつ
%matplotlib inline
import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (10, 6)
import pandas as pd
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment