Skip to content

Commit 77df180

Browse files
authored
Suppress output of Jacobian
the return value of a cell is shown irrespective of `,`. Make the return value `nothing` to have no output and add `# hide` to not show the `nothing` in the rendered code.
1 parent 82a6035 commit 77df180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/mtkitize_tutorials/sparse_jacobians.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Now let's use `modelingtoolkitize` to generate the symbolic version:
5151

5252
```@example sparsejac
5353
sys = modelingtoolkitize(prob);
54+
nothing # hide
5455
```
5556

5657
Now we regenerate the problem using `jac=true` for the analytical Jacobian

0 commit comments

Comments
 (0)