Skip to content

Commit 894e513

Browse files
committed
clean up notebook format
remove top level header so the doc website will render correctly.
1 parent ed433eb commit 894e513

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/notebooks/blackbox_external_likelihood.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,17 +1032,17 @@
10321032
"cell_type": "markdown",
10331033
"metadata": {},
10341034
"source": [
1035-
"# Authors\n",
1035+
"## Authors\n",
10361036
"\n",
10371037
"* Adapted from a blog post by [Matt Pitkin](http://mattpitkin.github.io/samplers-demo/pages/pymc3-blackbox-likelihood/) on August 27, 2018. That post was based on an example provided by [Jørgen Midtbø](https://github.com/jorgenem/)."
10381038
]
10391039
}
10401040
],
10411041
"metadata": {
10421042
"kernelspec": {
1043-
"display_name": "Python 3.6 (testing)",
1043+
"display_name": "Python 3",
10441044
"language": "python",
1045-
"name": "testing"
1045+
"name": "python3"
10461046
},
10471047
"language_info": {
10481048
"codemirror_mode": {
@@ -1054,7 +1054,7 @@
10541054
"name": "python",
10551055
"nbconvert_exporter": "python",
10561056
"pygments_lexer": "ipython3",
1057-
"version": "3.6.6"
1057+
"version": "3.6.5"
10581058
}
10591059
},
10601060
"nbformat": 4,

0 commit comments

Comments
 (0)