Skip to content

Commit d929fb8

Browse files
committed
Markdown cell fix
1 parent a59376c commit d929fb8

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

examples/case_studies/bayesian_workflow.ipynb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,19 +2107,8 @@
21072107
]
21082108
},
21092109
{
2110-
"cell_type": "code",
2111-
"execution_count": 44,
2110+
"cell_type": "markdown",
21122111
"metadata": {},
2113-
"outputs": [
2114-
{
2115-
"ename": "SyntaxError",
2116-
"evalue": "invalid syntax (2886947069.py, line 1)",
2117-
"output_type": "error",
2118-
"traceback": [
2119-
" \u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[44]\u001b[39m\u001b[32m, line 1\u001b[39m\n\u001b[31m \u001b[39m\u001b[31m:::{include} ../page_footer.md\u001b[39m\n ^\n\u001b[31mSyntaxError\u001b[39m\u001b[31m:\u001b[39m invalid syntax\n"
2120-
]
2121-
}
2122-
],
21232112
"source": [
21242113
":::{include} ../page_footer.md\n",
21252114
":::"

examples/case_studies/bayesian_workflow.myst.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,5 @@ As you can see, the model is not a great fit to this data. Why? What assumptions
645645
%watermark -n -u -v -iv -w
646646
```
647647

648-
```{code-cell} ipython3
649-
650648
:::{include} ../page_footer.md
651649
:::
652-
```

0 commit comments

Comments
 (0)