Commit 00acbbc
committed
🔧 Template: Add
To write the documentation, it would be ideal to be able to just write in a Jupyter
notebook, so you can just run the cells locally and test the content. However, the
`.ipynb` format is JSON, which is very cumbersome and leads to large and hard to read
diffs.
Jupytext sync is a tool for writing notebooks in `.ipynb` format, and syncing them to a
`.md` file, see:
https://marketplace.visualstudio.com/items?itemName=caenrigen.jupytext-sync
The Markdown format is also used by our supported documentation tools. Here we
add the directory that Jupytext sync creates to the `.gitignore` to avoid committing
the `.ipynb` files it generates..jupytext-sync-ipynb to .gitignore
1 parent 8b096d0 commit 00acbbc
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
0 commit comments