Adds functionality to generate ipython notebooks for the gallery examples

This commit is contained in:
Rishabh Raj
2014-03-16 22:48:01 +05:30
parent 9501c2dc25
commit 5b3aa56c0f
3 changed files with 151 additions and 1 deletions
@@ -0,0 +1,24 @@
{
"metadata": {
"name":""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"%matplotlib inline"
],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
@@ -0,0 +1,24 @@
{
"metadata": {
"name":""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"%matplotlib inline"
],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}