Skip to content

Instantly share code, notes, and snippets.

@eteq
Last active December 20, 2017 15:53
Show Gist options
  • Save eteq/19bae95cf6b30cd8730067a759894e89 to your computer and use it in GitHub Desktop.
Save eteq/19bae95cf6b30cd8730067a759894e89 to your computer and use it in GitHub Desktop.
My favored default imports/startup settings in a notebook
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
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment