Skip to content

Commit 54d6cfb

Browse files
Clarify MyST notebook in notebook contents
1 parent b00dc94 commit 54d6cfb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/directives/my_notebook.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
# This is a Jupyter Notebook
14+
# This is a MyST Markdown-flavoured notebook
1515

1616
```{code-cell} ipython3
1717
def foo():
@@ -21,7 +21,3 @@ def foo():
2121
```{code-cell} ipython3
2222
foo()
2323
```
24-
25-
```{code-cell} ipython3
26-
27-
```

0 commit comments

Comments
 (0)