Skip to content

Instantly share code, notes, and snippets.

@zhiyzuo
Last active September 29, 2020 04:16
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 zhiyzuo/7fa0debb79e9b036e52d0679e5916cdd to your computer and use it in GitHub Desktop.
Save zhiyzuo/7fa0debb79e9b036e52d0679e5916cdd to your computer and use it in GitHub Desktop.
A gist to save my init code in Jupyter notebooks
import numpy as np
import scipy as sp
import pandas as pd
import seaborn as sns
from matplotlib import pyplot as plt
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment