Skip to content

Commit aaadbb0

Browse files
authored
Merge pull request #10 from bsipocz/md_vs_ipynb
DOC: on md vs ipynb
2 parents e95fbca + 64d889c commit aaadbb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ for a good overview of what this is like to use.
1212
- **[Jupyter Lite (beta)](https://scientific-python.github.io/executable-tutorials/jupyterlite/lab/index.html)** (works only on the basic executable example so far, missing dependencies for others)
1313
- **[Binder](https://mybinder.org/v2/gh/scientific-python/executable-tutorials/notebooks)**
1414

15+
### Notes on the notebook file format
16+
17+
We do use MyST Markdown format for the notebooks, please visit [the upstream documentation](https://mystmd.org/guide/md-vs-ipynb) to learn more about the reasoning behind the choice.
18+
However, we add it here that you can easily have the same user experience in JupyterLab if these two dependencies are installed:
19+
- [jupytext library](https://pypi.org/project/jupytext/)
20+
- [jupyterlab-myst JupyterLab extension](https://pypi.org/project/jupyterlab-myst/)
21+
1522

1623
## Goals
1724

0 commit comments

Comments
 (0)