Skip to content

Commit 516850f

Browse files
committed
fix_header
1 parent 20736f9 commit 516850f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lectures/input_output.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,8 @@ To illustrate ideas, we begin by setting $n =2$.
117117
The following is a simple illustration of this network.
118118

119119
```{code-cell} ipython3
120-
---
121-
jupyter:
122-
source_hidden: true
123-
---
120+
:tags: [hide_input]
121+
124122
G = nx.DiGraph()
125123
126124
nodes= (1,2)
@@ -150,7 +148,7 @@ plt.show()
150148

151149
+++
152150

153-
#### Feasible allocations must satisfy
151+
## Feasible allocations must satisfy
154152

155153
$$
156154
\begin{aligned}

0 commit comments

Comments
 (0)