Skip to content

Instantly share code, notes, and snippets.

@santosjorge
santosjorge / santosjorge.css
Created August 17, 2015 20:00
IPython Notebooks CSS
/*
Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
*/
h1,
h2 {
@santosjorge
santosjorge / cufflinks_v060.ipynb
Last active August 29, 2015 14:27
Cufflinks v0.6
@santosjorge
santosjorge / chris.ipynb
Last active August 29, 2015 14:26
Chris
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@santosjorge
santosjorge / Cufflinks Tutorial - Offline.ipynb
Created July 24, 2015 19:53
Cufflinks Tutorial - Offline
@santosjorge
santosjorge / Cufflinks_Basic_Tutorial.ipynb
Created July 18, 2015 20:01
Cufflinks Basic Tutorial
@santosjorge
santosjorge / gist:aba934a0d20023a136c2
Last active January 2, 2019 03:21
Plotly Pandas Like Visualization
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plotly Visualization "
]
},
{
@santosjorge
santosjorge / gist:b278ce0ae2448f47c31d
Last active August 29, 2015 14:20
cufflinks_chart_gallery.ipynb
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"##Cufflinks\n",
"\n",
"This library binds the power of [plotly](http://www.plot.ly) with the flexibility of [pandas](http://pandas.pydata.org/) for easy plotting.\n",
"\n",
@santosjorge
santosjorge / gist:00ca17b121fa2463e18b
Last active August 29, 2015 14:15
cufflinks_colors.ipynb
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Cufflinks Colors\n",
"\n",
"Cufflinks also provides a wide set of tools for color managements; including color conversion across multiple spectrums and color table generation."
]
@santosjorge
santosjorge / cufflinks_tutorial.ipynb
Last active August 29, 2015 14:13
Cufflinks Tutorial