Skip to content

Commit f06d679

Browse files
committed
[Discrete Choice pymc-devs#543] added include extra installs markdown
1 parent e49d596 commit f06d679

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

examples/generalized_linear_models/GLM-discrete-choice_models.ipynb

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
":::"
1515
]
1616
},
17+
{
18+
"attachments": {},
19+
"cell_type": "markdown",
20+
"metadata": {},
21+
"source": [
22+
":::{include} ../extra_installs.md\n",
23+
":::"
24+
]
25+
},
1726
{
1827
"cell_type": "code",
1928
"execution_count": 1,

examples/generalized_linear_models/GLM-discrete-choice_models.myst.md

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ substitutions:
2121
:author: Nathaniel Forde
2222
:::
2323

24+
+++
25+
26+
:::{include} ../extra_installs.md
27+
:::
28+
2429
```{code-cell} ipython3
2530
import arviz as az
2631
import numpy as np # For vectorized math operations

0 commit comments

Comments
 (0)