Skip to content

Commit

Permalink
Update 06-power-network.ipynb
Browse files Browse the repository at this point in the history
Fix JSON syntax bug
  • Loading branch information
leonlan authored Nov 3, 2024
1 parent 4391c37 commit 9e9d1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/04/06-power-network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"\n",
"# Initialize a network for demonstration purposes\n",
"network = I[0]\n",
"example_nodes = nodes_df[nodes_df.instance == 0]\n",
"example_nodes = nodes_df[nodes_df.instance == 0]\n"
]
},
{
Expand Down

0 comments on commit 9e9d1d3

Please sign in to comment.