Skip to content

Commit 6d921c4

Browse files
fix: small typo on text file (#95)
Notebooooks Also changing from "Jupytext Format" to "`.py` Format"
1 parent 8e30802 commit 6d921c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/notebook_source/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📓 Notebooks in Jupytext Format
1+
# 📓 Notebooks in `.py` Format
22

33
In this folder you can find all our tutorial notebooks in `.py` format. They can be converted to actual Jupyter notebooks by typing
44

@@ -14,10 +14,10 @@ Alternatively, you can use Jupytext directly
1414
uv run --group notebooks --group docs jupytext --to ipynb *.py
1515
```
1616

17-
## 🔄 Converting Jupyter noteboooks to `.py`
17+
## 🔄 Converting Jupyter notebooks to `.py`
1818

1919
If you want to contribute with your own notebook, you can use the following command to generate `.py` files in the same format as the ones in this folder:
2020

2121
```bash
2222
uv run jupytext --to py [notebook-name].ipynb -o [notebook-name].py
23-
```
23+
```

0 commit comments

Comments
 (0)