Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Forked from ocefpaf/OMP.ipynb
Last active August 29, 2015 14:17
Show Gist options
  • Save bollwyvl/4c27e10ae0e58af1caac to your computer and use it in GitHub Desktop.
Save bollwyvl/4c27e10ae0e58af1caac to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "skip"
},
"trusted": true
},
"cell_type": "code",
"source": "import pandas\nimport numpy as np\nimport numpy.ma as ma\nimport matplotlib.pyplot as plt\n\nfrom datetime import datetime\nfrom oceans.colormaps import cm\nfrom pandas import DataFrame, read_csv\nfrom IPython.display import Image, SVG\nfrom mpl_toolkits.basemap import Basemap\n\n%matplotlib inline\n%config InlineBackend.figure_format='retina'",
"execution_count": 1,
"outputs": []
},
{
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"cell_type": "markdown",
"source": "## Análise de dados Multi-paramétrica\n\n04 de Novembro de 2013\n\nProf. Filipe Fernandes"
}
],
"metadata": {
"kernelspec": {
"name": "python2",
"display_name": "Python 2",
"language": "python"
},
"language_info": {
"mimetype": "text/x-python",
"nbconvert_exporter": "python",
"name": "python",
"pygments_lexer": "ipython2",
"version": "2.7.8",
"file_extension": ".py",
"codemirror_mode": {
"version": 2,
"name": "ipython"
}
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment