diff --git a/notebooks/rust/dsa.ipynb b/notebooks/rust/dsa.ipynb index 3e136db..8ec60b0 100644 --- a/notebooks/rust/dsa.ipynb +++ b/notebooks/rust/dsa.ipynb @@ -22,8 +22,8 @@ "outputs": [], "source": [ "// Uncomment the next line and comment the subsequent line if not running notebook from source\n", - "// :dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n", - ":dep ladderz = { path = \"../../ladderz\" }\n", + ":dep ladderz = { git = \"https://github.com/rzmk/ladderz\", branch = \"main\" }\n", + "// :dep ladderz = { path = \"../../ladderz\" }\n", "\n", "use ladderz::dsa;" ]