Skip to content

Instantly share code, notes, and snippets.

@nicolasfauchereau
Created April 28, 2015 02:23
Show Gist options
  • Save nicolasfauchereau/9bdea55f9a31e6561cf2 to your computer and use it in GitHub Desktop.
Save nicolasfauchereau/9bdea55f9a31e6561cf2 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
1 {
2 "cells": [
3 {
4 "cell_type": "code",
5 "execution_count": 1,
6 "metadata": {
7 "collapsed": true
8 },
9 "outputs": [],
10 "source": [
11 "%matplotlib inline"
12 ]
13 },
14 {
15 "cell_type": "markdown",
16 "metadata": {},
17 "source": [
18 "### imports"
19 ]
20 },
21 {
22 "cell_type": "code",
23 "execution_count": 37,
24 "metadata": {
25 "collapsed": true
26 },
27 "outputs": [],
28 "source": [
29 "import pandas as pd\n",
30 "import xray\n",
31 "from matplotlib import pyplot as plt"
32 ]
33 },
34 {
35 "cell_type": "code",
36 "execution_count": 42,
37 "metadata": {
38 "collapsed": true
39 },
40 "outputs": [],
41 "source": [
42 "from mpl_toolkits.basemap import Basemap as bm"
43 ]
 NORMAL  ./SST_composite.ipynb                                                                                       unix  utf-8    0%     1:1
"SST_composite.ipynb" 509L, 289428C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment