You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notebook_source/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 📓 Notebooks in Jupytext Format
1
+
# 📓 Notebooks in `.py` Format
2
2
3
3
In this folder you can find all our tutorial notebooks in `.py` format. They can be converted to actual Jupyter notebooks by typing
4
4
@@ -14,10 +14,10 @@ Alternatively, you can use Jupytext directly
14
14
uv run --group notebooks --group docs jupytext --to ipynb *.py
15
15
```
16
16
17
-
## 🔄 Converting Jupyter noteboooks to `.py`
17
+
## 🔄 Converting Jupyter notebooks to `.py`
18
18
19
19
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:
20
20
21
21
```bash
22
22
uv run jupytext --to py [notebook-name].ipynb -o [notebook-name].py
0 commit comments