OpenAstronomy/workshop_sunpy_astropy

Import Conventions!

Cadair opened this issue · 3 comments

Ok, what ever we pick we should stick to.

I vote for:

import numpy as np
import matplotlib.pyplot as plt
import astropy.units as u

and

import sunpy.map
from sunpy.lightcurve import GOESLightcurve
import sunpy.net.vso.attrs as a
from sunpy.net import vso

comments?

All works for me. 👍

Yeah i'm cool with that, although that first lesson i will do differently

I'm ok with all these except the a for attrs... it's not really informative... is it?