Last active
September 29, 2020 04:16
-
-
Save zhiyzuo/7fa0debb79e9b036e52d0679e5916cdd to your computer and use it in GitHub Desktop.
A gist to save my init code in Jupyter notebooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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