Skip to content

Commit 3fa7298

Browse files
committed
Use '%pylab inline' in GHME 2013 notebook
Without this, the `figsize` will fail if ipython isn't started '--pylab=inline'.
1 parent 950c18e commit 3fa7298

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pymc/examples/GHME 2013.ipynb

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,24 @@
1111
"cell_type": "code",
1212
"collapsed": false,
1313
"input": [
14+
"%pylab inline\n",
15+
"\n",
1416
"from pylab import *\n",
1517
"import pandas as pd\n",
1618
"from pymc import * \n",
1719
"from pymc.distributions.timeseries import *"
1820
],
1921
"language": "python",
2022
"metadata": {},
21-
"outputs": [],
23+
"outputs": [
24+
{
25+
"output_type": "stream",
26+
"stream": "stdout",
27+
"text": [
28+
"Populating the interactive namespace from numpy and matplotlib\n"
29+
]
30+
}
31+
],
2232
"prompt_number": 1
2333
},
2434
{

0 commit comments

Comments
 (0)