Last active
December 20, 2017 15:53
-
-
Save eteq/19bae95cf6b30cd8730067a759894e89 to your computer and use it in GitHub Desktop.
My favored default imports/startup settings in a notebook
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 | |
from astropy import units as u | |
from astropy.coordinates import SkyCoord | |
from astropy.table import Table | |
from astropy.io import fits | |
first = lambda x:next(iter(x)) | |
%matplotlib inline | |
from matplotlib import style, pyplot as plt | |
from mpl_toolkits.mplot3d import Axes3D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment