Commit 9044d9b
committed
fix(notebooks): correct rustup invocation flags and StateGraph heading
- Remove -s and -- from subprocess.run(["/bin/sh", _rustup_path, ...]):
-s reads script from stdin, which is wrong when passing a file path.
Correct form is ["/bin/sh", path, "-y", "-q"].
Applies to notebooks 01, 02, and 03.
- Rename "LangGraph StatefulGraph" heading to "LangGraph StateGraph"
in notebook 03: langgraph exports StateGraph, not StatefulGraph.1 parent 9cee719 commit 9044d9b
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- demo/notebooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
0 commit comments