We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a71290d + 681e548 commit 05d4045Copy full SHA for 05d4045
tutorials/executable/basics.md
@@ -4,7 +4,7 @@ jupytext:
4
extension: .md
5
format_name: myst
6
format_version: 0.13
7
- jupytext_version: 1.16.4
+ jupytext_version: 1.17.1
8
kernelspec:
9
display_name: Python 3 (ipykernel)
10
language: python
@@ -34,3 +34,22 @@ This cell has an expected error:
34
35
1 / 0
36
```
37
+
38
+## Exercises
39
40
+Add one plus one.
41
42
+```{code-cell} ipython3
43
+# Write your solution here.
44
+```
45
46
47
+---
48
+tags: [hide-cell]
49
+jupyter:
50
+ source_hidden: true
51
52
+# Expand to reveal solution.
53
54
+1 + 1
55
0 commit comments