Skip to content

Commit 8fd895c

Browse files
committed
Revision pymc-devs#4 based on comments
1 parent 82285e2 commit 8fd895c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/ode_models/ODE_with_manual_gradients.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1419,9 +1419,9 @@
14191419
"metadata": {
14201420
"anaconda-cloud": {},
14211421
"kernelspec": {
1422-
"display_name": "Python PyMC3 (Dev)",
1422+
"display_name": "Python 3 (ipykernel)",
14231423
"language": "python",
1424-
"name": "pymc3-dev-py38"
1424+
"name": "python3"
14251425
},
14261426
"language_info": {
14271427
"codemirror_mode": {
@@ -1433,7 +1433,7 @@
14331433
"name": "python",
14341434
"nbconvert_exporter": "python",
14351435
"pygments_lexer": "ipython3",
1436-
"version": "3.8.6"
1436+
"version": "3.11.0"
14371437
}
14381438
},
14391439
"nbformat": 4,

examples/ode_models/ODE_with_manual_gradients.myst.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jupytext:
55
format_name: myst
66
format_version: 0.13
77
kernelspec:
8-
display_name: Python PyMC3 (Dev)
8+
display_name: Python 3 (ipykernel)
99
language: python
10-
name: pymc3-dev-py38
10+
name: python3
1111
---
1212

1313
```{code-cell} ipython3

0 commit comments

Comments
 (0)